X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=848eb70299d8ed88464857de79085a0d90cd5b63;hp=059e23be4715b319b2b4fb3a73e710c6f74f6bbc;hb=bdfe25ade7180df0cb53c2bb61fa49e38c6bb349;hpb=e55e1fcf701a2454f79dfa886695f72fa595c06e 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.