about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-11 20:46:12 +0000
committerEric Wong <e@80x24.org>2014-04-11 22:24:30 +0000
commit8add30044d04c1feccc00a3c5b8f9a0f75c64bf5 (patch)
tree6a1684043543cc653e3a739eb42d0b2c88b8d6b5 /Makefile.PL
parentb549d1b05849bdddfe227288ba501cbe26a6330d (diff)
downloadpublic-inbox-8add30044d04c1feccc00a3c5b8f9a0f75c64bf5.tar.gz
This is essential for integrating into my inotify-based
spam training setup.
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 7f2d586d..e1bd1cf0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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.