r29557 - /trunk/dh-make-perl/lib/DhMakePerl/Config.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jan 11 14:23:36 UTC 2009


Author: dmn
Date: Sun Jan 11 14:23:30 2009
New Revision: 29557

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29557
Log:
fix setting the default command to --make

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Config.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Config.pm?rev=29557&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Config.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Config.pm Sun Jan 11 14:23:30 2009
@@ -123,7 +123,7 @@
         or die "Error parsing command-line options\n";
 
     # by default, create source package
-    %opts = ( command => 'make' ) unless %opts;
+    %opts = ( make => 1 ) unless %opts;
 
     if ( scalar( keys %opts ) > 1 ) {
         die "Only one of " .




More information about the Pkg-perl-cvs-commits mailing list