r53179 - /trunk/dh-make-perl/lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Feb 22 09:17:29 UTC 2010


Author: dmn
Date: Mon Feb 22 09:17:24 2010
New Revision: 53179

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53179
Log:
drop unused package lexical @args

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

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53179&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Feb 22 09:17:24 2010
@@ -110,7 +110,7 @@
 # If we're being required rather than called as a main command, then
 # return now without doing any work.  This facilitates easier testing.
 
-my ( @docs, @examples, @args );
+my ( @docs, @examples );
 
 # use Array::Unique for @docs and @examples
 tie @examples, 'Array::Unique';




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