This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 865a8f75898028d6fd4d8c4950d86d83c2a03fbd Author: Niels Thykier <[email protected]> Date: Sat Jul 5 14:00:06 2014 +0200 c/files.pm: Remove unneeded "use File::Basename" Signed-off-by: Niels Thykier <[email protected]> --- checks/files.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/checks/files.pm b/checks/files.pm index b723c7a..b3f308f 100644 --- a/checks/files.pm +++ b/checks/files.pm @@ -23,8 +23,6 @@ use strict; use warnings; use autodie; -use File::Basename; - use Lintian::Data; use Lintian::Output qw(warning); use Lintian::Tags qw(tag); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

