From: Eric Wong Date: Sun, 6 Sep 2015 06:51:44 +0000 (+0000) Subject: Makefile.PL: conform to naming conventions X-Git-Tag: v1.0.0~897 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=09648ad68023d8f93e0b44124b959149d16f618b Makefile.PL: conform to naming conventions Not that we actually have a bare PublicInbox module, yet. Maybe MID can be it. --- diff --git a/Makefile.PL b/Makefile.PL index ccf4bbb8..9b626990 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ my $PM_FILES = `git ls-files lib '*.pm' 2>/dev/null`; $PM_FILES =~ tr/\n/ /; WriteMakefile( - NAME => 'public-inbox', + NAME => 'PublicInbox', VERSION => '0.0.0', AUTHOR => 'Eric Wong ', ABSTRACT => 'public-inbox server infrastructure',