about summary refs log tree commit homepage
path: root/lib/PublicInbox/ManifestJsGz.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-12-15 08:21:24 +0000
committerEric Wong <e@80x24.org>2020-12-19 09:32:08 +0000
commitd42172638f5479f76e73470ad48a679100c3e0d5 (patch)
treef934fbc068bfc9135fa80d7046c47086a4da4771 /lib/PublicInbox/ManifestJsGz.pm
parent6cdb84af2c75b3c66a35c8c4973f455da15dd0a4 (diff)
downloadpublic-inbox-d42172638f5479f76e73470ad48a679100c3e0d5.tar.gz
We'll probably be using JSON more in the future, so make
it easier to require in tests
Diffstat (limited to 'lib/PublicInbox/ManifestJsGz.pm')
-rw-r--r--lib/PublicInbox/ManifestJsGz.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/ManifestJsGz.pm b/lib/PublicInbox/ManifestJsGz.pm
index 6d5b57ee..33df020a 100644
--- a/lib/PublicInbox/ManifestJsGz.pm
+++ b/lib/PublicInbox/ManifestJsGz.pm
@@ -11,7 +11,7 @@ use PublicInbox::Config;
 use IO::Compress::Gzip qw(gzip);
 use HTTP::Date qw(time2str);
 
-our $json = PublicInbox::Config::json();
+my $json = PublicInbox::Config::json();
 
 # called by WwwListing
 sub url_regexp {