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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 9 20:48:46 UTC 2009


Author: dmn
Date: Fri Jan  9 20:48:43 2009
New Revision: 29504

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29504
Log:
simulate --build --make in cpan2deb mode

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=29504&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Config.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Config.pm Fri Jan  9 20:48:43 2009
@@ -136,6 +136,8 @@
         @ARGV == 1 or die "cpan2deb requires exactly one non-option argument";
 
         $self->cpan( shift @ARGV );
+        $self->build(1);
+        $self->command('make');
     }
 }
 




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