From 993dc7a772b10deda15733c8e750d98bf4d27bd0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 Feb 2017 00:06:06 +0000 Subject: config: avoid circular loading dependency We must lazilly load one of them, so load Inbox later since we need to parse the config, first. --- t/config_limiter.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/config_limiter.t b/t/config_limiter.t index f0b65281..04f32cbf 100644 --- a/t/config_limiter.t +++ b/t/config_limiter.t @@ -4,6 +4,7 @@ use strict; use warnings; use Test::More; use PublicInbox::Config; +use PublicInbox::Inbox; my $cfgpfx = "publicinbox.test"; { my $config = PublicInbox::Config->new({ -- cgit v1.2.3-24-ge0c7