X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Makefile.PL;h=f6b7abb65647164193f576a78fb688f9593212e5;hp=3fe9acf80bc03321b70383d071adcfcf05035c1c;hb=3b5d3d1910f1db526a488142c01f42db5255ac72;hpb=c8fe4673056571ed251c3a20cb0bbec586c60bd6 diff --git a/Makefile.PL b/Makefile.PL index 3fe9acf8..f6b7abb6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -111,8 +111,11 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR) } qw(Git.pm Import.pm WWW.pod SaPlugin/ListMirror.pod); WriteMakefile( - NAME => 'PublicInbox', + NAME => 'PublicInbox', # n.b. camel-case is not our choice + + # XXX drop "PENDING" in .pod before updating this! VERSION => '1.6.0', + AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure', EXE_FILES => \@EXE_FILES,