Author: ask
Date: Mon Mar  3 00:38:22 2008
New Revision: 850

Modified:
   trunk/Makefile.PL

Log:
set explicit ABSTRACT (thanks to Francisco Valladolid)


Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL   (original)
+++ trunk/Makefile.PL   Mon Mar  3 00:38:22 2008
@@ -14,7 +14,7 @@
         'File::Temp'   => 0,
         'Time::HiRes'  => 0,
     },
-    ABSTRACT_FROM  => 'README',
+    ABSTRACT       => 'Flexible smtpd daemon written in Perl',
     AUTHOR         => 'Ask Bjorn Hansen <[EMAIL PROTECTED]>',
     EXE_FILES      => [qw(qpsmtpd qpsmtpd-forkserver)],
 );

Reply via email to