From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 08DCE1FAFB for ; Mon, 28 Nov 2022 05:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1669613555; bh=xY0zQxRURr7DbGqm/TyyjDgeTip1AslDZU0nqsBMs9w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qqL46QC8S4MdhOwXyReSEJshDPBf0GfHPUZjNpQEeIJT4dZkbYB+ZeDq7VgL/E8+V iKKKWcMKdmHZHQB0SpFuBQ+NL3E2gHdN8UXptgLggxvQJO7VOnxtRFb+VFqvMX2+gq 6yuw9bmwkQvbwBcwlZ88tp3lXUmoDJelwBeEoGfc= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 12/95] manifest: update module blurb + v5.12 Date: Mon, 28 Nov 2022 05:31:09 +0000 Message-Id: <20221128053232.291618-13-e@80x24.org> In-Reply-To: <20221128053232.291618-1-e@80x24.org> References: <20221128053232.291618-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Helps steer new contributors (or forgetful old ones) in the right direction. --- lib/PublicInbox/ManifestJsGz.pm | 8 ++++---- 1 file 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 +# Copyright (C) all contributors # License: AGPL-3.0+ -# 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);