From bdfe25ade7180df0cb53c2bb61fa49e38c6bb349 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 23 Apr 2022 22:03:40 +0000 Subject: Makefile.PL: various updates for new versions 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. -- cgit v1.2.3-24-ge0c7