projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f1ef306
)
remove unneeded use lines
Graham Knop [Wed, 22 Jul 2015 19:44:26 +0000 (15:44 -0400)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
32736e7
..
510e3e7
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-6,9
+6,6
@@
use base qw(Exporter);
use ExtUtils::MakeMaker ();
use ExtUtils::MM ();
-use Config;
-use File::Spec;
-
our $VERSION = '0.002000';
$VERSION = eval $VERSION;