remove unneeded use lines
[p5sagit/Distar.git] / lib / Distar.pm
index 41f14bf..510e3e7 100644 (file)
@@ -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;
 
@@ -38,7 +35,7 @@ our @Manifest = (
   'xt' => '.t',
   'xt/lib' => '.pm',
   '' => qr{[^/]*\.PL},
-  '' => qr{Changes|MANIFEST|README|META\.yml},
+  '' => qr{Changes|MANIFEST|README|LICENSE|META\.yml},
   'maint' => qr{[^.].*},
 );