]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
TODO: add a few more items
[public-inbox.git] / Makefile.PL
index ccf4bbb8e0c0cfd68b9b4a5e7140891443eed588..5eec5ef0f7e92d294f2ec12345fde1cc8f3d1c0c 100644 (file)
@@ -8,9 +8,9 @@ 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>',
+       AUTHOR => 'Eric Wong <e@80x24.org>',
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,
        PREREQ_PM => {