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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Feb 22 09:24:53 UTC 2010


Author: dmn
Date: Mon Feb 22 09:24:48 2010
New Revision: 53185

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53185
Log:
remove comment about doing nothing if only required

the main loop is in the run() method since a long time

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=53185&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Mon Feb 22 09:24:48 2010
@@ -118,9 +118,6 @@
 
     return $self;
 }
-
-# If we're being required rather than called as a main command, then
-# return now without doing any work.  This facilitates easier testing.
 
 =item main_file(file_name)
 




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