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 8116abf1ab3625cfd1d365fafc24dd88df0d805b Author: Dominique Dumont <[email protected]> Date: Tue Jan 24 12:58:43 2017 +0100 fix indentation --- 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 75b5aa8..6f19b44 100644 --- a/lib/Dpkg/Copyright/Scanner.pm +++ b/lib/Dpkg/Copyright/Scanner.pm @@ -286,7 +286,7 @@ sub scan_files ( %args ) { _warn $msg; } - my @notused = grep { ! $fill_blank_data->{$_}{used} and $_; } sort keys %$fill_blank_data ; + my @notused = grep { ! $fill_blank_data->{$_}{used} and $_; } sort keys %$fill_blank_data ; if (@notused) { _warn "Warning: the following entries from fill.copyright.blanks.yml were not used\n- '" .join("'\n- '",@notused)."'\n"; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
