]> Sergey Matveev's repositories - public-inbox.git/commitdiff
manifest: update module blurb + v5.12
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:31:09 +0000 (05:31 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:53 +0000 (23:38 +0000)
Helps steer new contributors (or forgetful old ones) in the
right direction.

lib/PublicInbox/ManifestJsGz.pm

index d5048a96de45da8589cc659fff787588a941c64a..1f739baaa3817dbe73c9f81d829765318e2de407 100644 (file)
@@ -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);