about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-08 08:45:25 +0000
committerEric Wong <e@80x24.org>2014-04-08 08:45:25 +0000
commitaca047222a47e8d5277466d2dcc0618f12bdf8de (patch)
tree5457a34477dd35b038beace74b5b4daabc2a4662 /Makefile.PL
parentcf53a4bbbe065052cff147e59d157d952cf6e622 (diff)
downloadpublic-inbox-aca047222a47e8d5277466d2dcc0618f12bdf8de.tar.gz
Most notably, the INSTALL is geared towards potential server admins,
whereas the README is also for interested "drive-by" readers.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 5d2f5c57..7dac4924 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ WriteMakefile(
         NAME => 'public-inbox',
         VERSION => '0.0.0',
         AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
-        ABSTRACT => 'public-inbox.org infrastructure',
+        ABSTRACT => 'public-inbox server infrastructure',
         EXE_FILES => [qw/public-inbox-mda public-inbox-cgi/],
         PREREQ_PM => {
                 # note: we use ssoma(1) and spamc(1),
@@ -21,6 +21,7 @@ WriteMakefile(
                 'Encode::MIME::Header' => 0,
                 'XML::Atom::SimpleFeed' => 0,
                 'IPC::Open2' => 0,
+                'IPC::Run' => 0,
                 'File::Path::Expand' => 0,
                 'CGI' => 0,
                 'URI::Escape' => 0,