[libconfig-model-dpkg-perl] 24/27: Scanner: removed traces

dod at debian.org dod at debian.org
Mon Jan 12 07:09:50 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 2f4170cf4e9f411fe69bea0819b014b7437f2fa7
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Jan 5 20:54:58 2015 +0100

    Scanner: removed traces
---
 lib/Dpkg/Copyright/Scanner.pm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 8675a00..76b9d75 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -109,11 +109,9 @@ sub scan_files {
     }
 
     say "No copyright information found" unless keys %$files;
-    say "grouping";
-    # regroup %files hash: all leaves have same id -> wild card
-    use XXX;
 
-    my $squashed = WWW  __squash(WWW $files);
+    # regroup %files hash: all leaves have same id -> wild card
+    my $squashed = __squash(WWW $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