[libconfig-model-dpkg-perl] 27/27: Scanner: remove call to WWW (diagnostic code)

dod at debian.org dod at debian.org
Mon Jan 12 07:09:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 477eaf7ae360814bbd660907db4fd210e8ff88d1
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Jan 11 14:25:09 2015 +0100

    Scanner: remove call to WWW (diagnostic code)
---
 lib/Dpkg/Copyright/Scanner.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 76b9d75..c168de4 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -111,7 +111,7 @@ sub scan_files {
     say "No copyright information found" unless keys %$files;
 
     # regroup %files hash: all leaves have same id -> wild card
-    my $squashed = __squash(WWW $files);
+    my $squashed = __squash($files);
 
     # pack files by copyright id
     my @packed;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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