]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
add spam/ham learning wrapper script
[public-inbox.git] / Makefile.PL
index f74d146a677110a5d10074b44378c44eb00207e0..e1bd1cf08c665078df3cbe4365f0c7e7f5c48b1b 100644 (file)
@@ -8,7 +8,8 @@ WriteMakefile(
        VERSION => '0.0.0',
        AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
        ABSTRACT => 'public-inbox server infrastructure',
-       EXE_FILES => [qw/public-inbox-mda public-inbox-cgi/],
+       EXE_FILES => [qw/public-inbox-mda public-inbox-cgi
+                       public-inbox-learn/],
        PREREQ_PM => {
                # note: we use ssoma(1) and spamc(1), NOT the Perl modules
                # We also depend on git through ssoma.
@@ -21,7 +22,6 @@ WriteMakefile(
                'Email::MIME::ContentType' => 0,
                'Encode::MIME::Header' => 0,
                'File::Path::Expand' => 0,
-               'IPC::Open2' => 0,
                'IPC::Run' => 0,
                'Mail::Thread' => '2.5', # 2.5+ needed for Email::Simple compat
                'URI::Escape' => 0,