[Reproducible-commits] [strip-nondeterminism] 02/03: Add missing `use File::Basename` to jar handler
Andrew Ayer
agwa at andrewayer.name
Sun Dec 14 23:00:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
agwa-guest pushed a commit to branch master
in repository strip-nondeterminism.
commit 2421284facdb0105dd45e4801d6f2f6d6f7ba9c2
Author: Andrew Ayer <agwa at andrewayer.name>
Date: Sun Dec 14 14:56:14 2014 -0800
Add missing `use File::Basename` to jar handler
---
lib/File/StripNondeterminism/handlers/jar.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/File/StripNondeterminism/handlers/jar.pm b/lib/File/StripNondeterminism/handlers/jar.pm
index 3c7af14..6e783d9 100644
--- a/lib/File/StripNondeterminism/handlers/jar.pm
+++ b/lib/File/StripNondeterminism/handlers/jar.pm
@@ -22,6 +22,7 @@ use strict;
use warnings;
use Archive::Zip;
+use File::Basename;
use File::StripNondeterminism::handlers::zip;
use File::StripNondeterminism::handlers::javadoc;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git
More information about the Reproducible-commits
mailing list