]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
No ext_urls
[public-inbox.git] / Makefile.PL
index 28e51ffa0f08109b9224c514727862b5174e2994..9233ac9d12b45562a7131c4f77d9a473de628146 100644 (file)
@@ -11,7 +11,8 @@ my $v = {};
 my $t = {};
 
 # do not sort
-my @RELEASES = qw(v1.7.0 v1.6.1 v1.6.0 v1.5.0 v1.4.0 v1.3.0 v1.2.0
+my @RELEASES = qw(v1.9.0
+       v1.8.0 v1.7.0 v1.6.1 v1.6.0 v1.5.0 v1.4.0 v1.3.0 v1.2.0
        v1.1.0-pre1 v1.0.0);
 
 $v->{news_deps} = [ map { "Documentation/RelNotes/$_.eml" } @RELEASES ];
@@ -52,7 +53,8 @@ $v->{-m1} = [ map {
        lei-import lei-index lei-init lei-inspect lei-lcat
        lei-ls-external lei-ls-label lei-ls-mail-source lei-ls-mail-sync
        lei-ls-search lei-ls-watch lei-mail-diff lei-p2q lei-q
-       lei-rediff lei-refresh-mail-sync lei-rm lei-rm-watch lei-tag
+       lei-rediff lei-refresh-mail-sync lei-reindex
+       lei-rm lei-rm-watch lei-tag
        lei-up)];
 $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
                public-inbox-v2-format public-inbox-extindex-format
@@ -131,11 +133,16 @@ WriteMakefile(
        NAME => 'PublicInbox', # n.b. camel-case is not our choice
 
        # XXX drop "PENDING" in .pod before updating this!
-       VERSION => '1.7.0',
+       VERSION => '2.0.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.