about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-06 06:51:44 +0000
committerEric Wong <e@80x24.org>2015-09-06 06:51:44 +0000
commit09648ad68023d8f93e0b44124b959149d16f618b (patch)
treea400ee250194461adc4c22aa31949395d766492b
parentc9555b3a643940095ab7da8c2b9115dfe7a2fbac (diff)
downloadpublic-inbox-09648ad68023d8f93e0b44124b959149d16f618b.tar.gz
Not that we actually have a bare PublicInbox module, yet.
Maybe MID can be it.
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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 <normalperson@yhbt.net>',
         ABSTRACT => 'public-inbox server infrastructure',