about summary refs log tree commit homepage
path: root/lib/PublicInbox/ManifestJsGz.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:31:09 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:53 +0000
commit0fab3552da0b5708c90d680c8490c2eb0b8ccc82 (patch)
treeb648fe6d44f4c31e08e51b2147775411ed5c014a /lib/PublicInbox/ManifestJsGz.pm
parentb5b33840e91556da3ec94b5035f1690a44d013a7 (diff)
downloadpublic-inbox-0fab3552da0b5708c90d680c8490c2eb0b8ccc82.tar.gz
Helps steer new contributors (or forgetful old ones) in the
right direction.
Diffstat (limited to 'lib/PublicInbox/ManifestJsGz.pm')
-rw-r--r--lib/PublicInbox/ManifestJsGz.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/PublicInbox/ManifestJsGz.pm b/lib/PublicInbox/ManifestJsGz.pm
index d5048a96..1f739baa 100644
--- a/lib/PublicInbox/ManifestJsGz.pm
+++ b/lib/PublicInbox/ManifestJsGz.pm
@@ -1,10 +1,10 @@
-# Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
+# Copyright (C) all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 
-# generates manifest.js.gz for grokmirror(1)
+# generates manifest.js.gz for grokmirror(1) via PublicInbox::WWW
+# This doesn't parse manifest.js.gz (that happens in LeiMirror)
 package PublicInbox::ManifestJsGz;
-use strict;
-use v5.10.1;
+use v5.12;
 use parent qw(PublicInbox::WwwListing);
 use PublicInbox::Config;
 use IO::Compress::Gzip qw(gzip);