r54412 - /trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Mar 17 10:28:26 UTC 2010


Author: dmn
Date: Wed Mar 17 10:28:22 2010
New Revision: 54412

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54412
Log:
rules instance is created only in create_rules()

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

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm?rev=54412&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/refresh.pm Wed Mar 17 10:28:22 2010
@@ -14,7 +14,6 @@
 
 use base 'DhMakePerl::Command::Packaging';
 use Debian::Control::FromCPAN;
-use Debian::Rules ();
 use File::Spec::Functions qw(catfile);
 
 =head1 METHODS
@@ -34,7 +33,6 @@
     print "Engaging refresh mode in " . $self->main_dir . "\n"
         if $self->cfg->verbose;
 
-    $self->rules( Debian::Rules->new( $self->debian_file('rules') ) );
     $self->control->read( $self->debian_file('control') );
     $self->fill_maintainer;
     $self->process_meta;




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