We must lazilly load one of them, so load Inbox later
since we need to parse the config, first.
package PublicInbox::Config;
use strict;
use warnings;
-require PublicInbox::Inbox;
use PublicInbox::Spawn qw(popen_rd);
# returns key-value pairs of config directives in a hash
}
sub _fill {
+ require PublicInbox::Inbox;
my ($self, $pfx) = @_;
my $rv = {};
use warnings;
use Test::More;
use PublicInbox::Config;
+use PublicInbox::Inbox;
my $cfgpfx = "publicinbox.test";
{
my $config = PublicInbox::Config->new({