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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Mar 31 07:32:01 UTC 2010


Author: dmn
Date: Wed Mar 31 07:31:49 2010
New Revision: 55215

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55215
Log:
fix a typo in r55211

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=55215&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Wed Mar 31 07:31:49 2010
@@ -21,6 +21,7 @@
 
 use Array::Unique;
 use Carp qw(confess);
+use CPAN ();
 use Cwd qw( getcwd );
 use Debian::Control::FromCPAN;
 use Debian::Dependencies;
@@ -1100,7 +1101,7 @@
             if $self->cfg->network;
 
         # control->discover_dependencies needs configured CPAN
-        $self->cofigure_cpan;
+        $self->configure_cpan;
 
         $self->control->discover_dependencies(
             {   dir          => $self->main_dir,




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