From 09648ad68023d8f93e0b44124b959149d16f618b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Sep 2015 06:51:44 +0000 Subject: Makefile.PL: conform to naming conventions Not that we actually have a bare PublicInbox module, yet. Maybe MID can be it. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3-24-ge0c7