projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7e3a155
)
add missing File::Basename load
Graham Knop [Wed, 20 Feb 2019 16:33:46 +0000 (17:33 +0100)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
f968494
..
e283189
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-5,6
+5,7
@@
use base qw(Exporter);
use ExtUtils::MakeMaker ();
use ExtUtils::MM ();
use File::Spec ();
+use File::Basename ();
our $VERSION = '0.003000';
$VERSION = eval $VERSION;