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=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 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 66B0E1F4D8 for ; Sat, 23 Apr 2022 22:03:41 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/2] Makefile.PL: various updates for new versions Date: Sat, 23 Apr 2022 22:03:40 +0000 Message-Id: <20220423220341.28760-2-e@80x24.org> In-Reply-To: <20220423220341.28760-1-e@80x24.org> References: <20220423220341.28760-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We'll still stick to v5.10.1, mainly, but use v5.12 in a few places... --- Makefile.PL | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 059e23be..848eb702 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -131,11 +131,16 @@ WriteMakefile( NAME => 'PublicInbox', # n.b. camel-case is not our choice # XXX drop "PENDING" in .pod before updating this! - VERSION => '1.8.0', + VERSION => '1.9.0.PENDING', - AUTHOR => 'Eric Wong ', - ABSTRACT => 'public-inbox server infrastructure', + AUTHOR => 'public-inbox hackers ', + ABSTRACT => 'an "archives first" approach to mailing lists', EXE_FILES => \@EXE_FILES, + + # DO NOT blindly put "use v5.12" in *.pm files, unicode_strings + # causes known breakages. "use v5.10.1" is safe, though + MIN_PERL_VERSION => '5.12.0', + LICENSE => 'agpl_3', # AGPL-3.0+, CPAN::Meta::Spec doesn't have '+' PREREQ_PM => { # note: we use spamc(1), NOT the Perl modules # We also depend on git.