]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: conform to naming conventions
authorEric Wong <e@80x24.org>
Sun, 6 Sep 2015 06:51:44 +0000 (06:51 +0000)
committerEric Wong <e@80x24.org>
Sun, 6 Sep 2015 06:51:44 +0000 (06:51 +0000)
Not that we actually have a bare PublicInbox module, yet.
Maybe MID can be it.

Makefile.PL

index ccf4bbb8e0c0cfd68b9b4a5e7140891443eed588..9b6269906dacb409da178a44b5bc13f71c06825b 100644 (file)
@@ -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 <normalperson@yhbt.net>',
        ABSTRACT => 'public-inbox server infrastructure',