]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
spawn: proper signal handling for vfork
[public-inbox.git] / Makefile.PL
index 85822031d59da02ef0832b6df79eb99458e544f5..1948848f3d2d54d5b63e30cc355ae9ac7c7d6a00 100644 (file)
@@ -14,14 +14,15 @@ WriteMakefile(
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,
        PREREQ_PM => {
-               # note: we use ssoma(1) and spamc(1), NOT the Perl modules
-               # We also depend on git through ssoma.
+               # note: we use spamc(1), NOT the Perl modules
+               # We also depend on git.
                # Keep this sorted and synced to the INSTALL document
                'Date::Parse' => 0,
                'Email::Address' => 0,
                'Email::Filter' => 0,
                'Email::MIME' => 0,
                'Email::MIME::ContentType' => 0,
+               'Email::Simple' => 0,
                'Encode::MIME::Header' => 0,
                'File::Path::Expand' => 0,
                'IPC::Run' => 0,