Author: ask
Date: Wed Mar 12 09:13:41 2008
New Revision: 851

Modified:
   trunk/Changes
   trunk/Makefile.PL

Log:
Add qpsmtpd-prefork to the install targets (Robin Bowes)


Modified: trunk/Changes
==============================================================================
--- trunk/Changes       (original)
+++ trunk/Changes       Wed Mar 12 09:13:41 2008
@@ -1,3 +1,6 @@
+
+  Add qpsmtpd-prefork to the install targets (Robin Bowes)
+
 0.43 - February 5, 2008
 
   (This release was mostly done by Matt Sergeant and Hanno Hecker)

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL   (original)
+++ trunk/Makefile.PL   Wed Mar 12 09:13:41 2008
@@ -16,7 +16,7 @@
     },
     ABSTRACT       => 'Flexible smtpd daemon written in Perl',
     AUTHOR         => 'Ask Bjorn Hansen <[EMAIL PROTECTED]>',
-    EXE_FILES      => [qw(qpsmtpd qpsmtpd-forkserver)],
+    EXE_FILES      => [qw(qpsmtpd qpsmtpd-forkserver qpsmtpd-prefork)],
 );
 
 sub MY::libscan {

Reply via email to