r54333 - /trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Mar 14 17:34:50 UTC 2010


Author: dmn
Date: Sun Mar 14 17:34:43 2010
New Revision: 54333

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54333
Log:
Command::Packaging: use strict;

people that insist that you should 'use strict;' are right

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

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=54333&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Sun Mar 14 17:34:43 2010
@@ -1,4 +1,7 @@
 package DhMakePerl::Command::Packaging;
+
+use strict;
+use warnings;
 
 =head1 NAME
 




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