]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
doc: various cleanups all around
[public-inbox.git] / Makefile.PL
index 6b2e16ff1b1a63153f3673153d800e3f9a7d3034..7dac4924a7791aa524829c5516bf2b4f19b64429 100644 (file)
@@ -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),
@@ -20,6 +20,11 @@ WriteMakefile(
                'Date::Parse' => 0,
                'Encode::MIME::Header' => 0,
                'XML::Atom::SimpleFeed' => 0,
+               'IPC::Open2' => 0,
+               'IPC::Run' => 0,
+               'File::Path::Expand' => 0,
+               'CGI' => 0,
+               'URI::Escape' => 0,
                # We have more test dependencies, but do not force
                # users to install them
        },