From 8add30044d04c1feccc00a3c5b8f9a0f75c64bf5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 11 Apr 2014 20:46:12 +0000 Subject: add spam/ham learning wrapper script This is essential for integrating into my inotify-based spam training setup. --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 7f2d586d..e1bd1cf0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,8 @@ WriteMakefile( VERSION => '0.0.0', AUTHOR => 'Eric Wong ', 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. -- cgit v1.2.3-24-ge0c7