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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Feb 8 18:24:08 UTC 2010


Author: dmn
Date: Mon Feb  8 18:24:02 2010
New Revision: 52317

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52317
Log:
Config: fix a typo in the definition of check_obsolete_entries()

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=52317&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Config.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Config.pm Mon Feb  8 18:24:02 2010
@@ -247,7 +247,7 @@
 
 =cut
 
-sub check_obsolete_enties {
+sub check_obsolete_entries {
     my ($self) = @_;
 
     warn "--notest ignored. if you don't want to run the tests when building the package, add 'nocheck' to DEB_BUILD_OPTIONS\n"




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