about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-04-23 22:03:40 +0000
committerEric Wong <e@80x24.org>2022-04-26 10:37:51 +0000
commitbdfe25ade7180df0cb53c2bb61fa49e38c6bb349 (patch)
treeda2e6236bdeebb164f2552f01862a343e435c50f
parente55e1fcf701a2454f79dfa886695f72fa595c06e (diff)
downloadpublic-inbox-bdfe25ade7180df0cb53c2bb61fa49e38c6bb349.tar.gz
We'll still stick to v5.10.1, mainly, but use v5.12 in a few places...
-rw-r--r--Makefile.PL11
1 files 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 <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.