r54409 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Wed Mar 17 10:27:51 UTC 2010
Author: dmn
Date: Wed Mar 17 10:27:45 2010
New Revision: 54409
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54409
Log:
make: fix reference to $self->maintainer which was moved to $src->Maintainer
Modified:
trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=54409&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Wed Mar 17 10:27:45 2010
@@ -159,7 +159,7 @@
or $bin->long_description =~ /^\s*\.?\s*$/ )
and $self->cfg->verbose;
- printf( "Using maintainer: %s\n", $self->maintainer )
+ printf( "Using maintainer: %s\n", $src->Maintainer )
if $self->cfg->verbose;
print "Found docs: @{ $self->docs }\n" if $self->cfg->verbose;
More information about the Pkg-perl-cvs-commits
mailing list