From: Graham Knop Date: Wed, 22 Jul 2015 19:44:26 +0000 (-0400) Subject: remove unneeded use lines X-Git-Tag: v0.003000~60 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a69e85aab1581b3acfe74224afa816431ed63e22;p=p5sagit%2FDistar.git remove unneeded use lines --- diff --git a/lib/Distar.pm b/lib/Distar.pm index 32736e7..510e3e7 100644 --- 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;