]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: various updates for new versions
authorEric Wong <e@80x24.org>
Sat, 23 Apr 2022 22:03:40 +0000 (22:03 +0000)
committerEric Wong <e@80x24.org>
Tue, 26 Apr 2022 10:37:51 +0000 (10:37 +0000)
We'll still stick to v5.10.1, mainly, but use v5.12 in a few places...

Makefile.PL

index 059e23be4715b319b2b4fb3a73e710c6f74f6bbc..848eb70299d8ed88464857de79085a0d90cd5b63 100644 (file)
@@ -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 <e@80x24.org>',
-       ABSTRACT => 'public-inbox server infrastructure',
+       AUTHOR => 'public-inbox hackers <meta@public-inbox.org>',
+       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.