r57157 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 30 05:00:00 UTC 2010


Author: dmn
Date: Fri Apr 30 04:58:57 2010
New Revision: 57157

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57157
Log:
modules_already_packaged: fix notice printing

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

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=57157&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Fri Apr 30 04:58:57 2010
@@ -512,7 +512,7 @@
 
     sub show_notice($$) {
         warn $_[0] unless $_[1];
-        $_[0] = 1;
+        $_[1] = 1;
     }
 
     my $notice = <<EOF;




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