r29452 - in /trunk/dh-make-perl: TODO lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 7 21:30:04 UTC 2009


Author: dmn
Date: Wed Jan  7 21:30:01 2009
New Revision: 29452

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29452
Log:
_warn_incomplete_copyright fix sub params retrieval

removes HASH(...) from the output

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

Modified: trunk/dh-make-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/TODO?rev=29452&op=diff
==============================================================================
--- trunk/dh-make-perl/TODO (original)
+++ trunk/dh-make-perl/TODO Wed Jan  7 21:30:01 2009
@@ -1,28 +1,5 @@
 Some regressions need to be fixed beefore next upload
 =====================================================
-
-Strange complains when doing refresh in perlindex
--------------------------------------------------
-Engaging refresh mode
-Error parsing DhMakePerl=HASH(0x9464760) - Ignoring it.
-Please notify module upstream maintainer.
-Found: perlindex 1.502 (libperlindex-perl arch=all)
-Found changelog: ChangeLog
-Found docs: README debian/README.source
-Using rules: /usr/share/dh-make-perl/rules.dh7.noxs
-**********
-Copyright information incomplete!
- 
-Upstream copyright information could not be automatically determined.
- 
-If you are building this package for your personal use, you might disregard
-this information; however, if you intend to upload this package to Debian
-(or in general, if you plan on distributing it), you must look into the
-complete copyright information.
- 
-The causes for this warning are:
-DhMakePerl=HASH(0x9464760)Licensing information is present, but cannot be parsed
---- Done
 
 refreshing libmodule-build-perl gives strange warnings
 ------------------------------------------------------

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=29452&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Wed Jan  7 21:30:01 2009
@@ -1654,7 +1654,7 @@
 }
 
 sub _warn_incomplete_copyright {
-    my ($self) = @_;
+    my $self = shift;
 
     print '*' x 10, '
 Copyright information incomplete!




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