[libconfig-model-dpkg-perl] 01/02: Scanner: removed debug trace
dod at debian.org
dod at debian.org
Mon Jan 12 19:57:22 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 5d5f9bee9521bc10af9af798c962d44fb3712d67
Author: Dominique Dumont <dod at debian.org>
Date: Mon Jan 12 20:55:17 2015 +0100
Scanner: removed debug trace
---
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 bc90b9b..4edc23c 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -65,7 +65,7 @@ sub scan_files {
while(my $line = $pipe->getline) {
chomp $line;
- say "found: $line";
+ # say "found: $line";
my ($f,$l,$c) = split /\t/, $line;
$f =~ s!\./!!;
$l =~ s/([*?\\])/\\$1/g;
--
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