]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
admin: do not lazy-load Inbox or Config packages
[public-inbox.git] / lib / PublicInbox / Config.pm
index ffc31f833c592457a353a91f81eae71de43570d0..cc8c1eafb804e12f8c2c34d53740b24479ed4f11 100644 (file)
@@ -10,7 +10,7 @@
 package PublicInbox::Config;
 use strict;
 use warnings;
-require PublicInbox::Inbox;
+use PublicInbox::Inbox;
 use PublicInbox::Spawn qw(popen_rd);
 
 sub _array ($) { ref($_[0]) eq 'ARRAY' ? $_[0] : [ $_[0] ] }