From: Peter Rabbitson <ribasushi@cpan.org>
Date: Sun, 23 Sep 2012 16:12:15 +0000 (+0200)
Subject: Both of these are pre 5.8 coredeps
X-Git-Tag: v0.11013_03~6
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b4cfb06b1a96ef6226e63eee52761556eaa8279;p=dbsrgits%2FSQL-Translator.git

Both of these are pre 5.8 coredeps
---

diff --git a/Makefile.PL b/Makefile.PL
index 3ede162..649bfd7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,7 +15,6 @@ my $deps = {
     'Parse::RecDescent'        => '1.967009',
     'DBI'                      => '0',
     'File::ShareDir'           => '1.0',
-    'File::Spec'               => '0',
     'XML::Writer'              => '0.500',
     'Moo'                      => '1.000003',
     'Package::Variant'         => '1.001001',
@@ -29,7 +28,6 @@ my $deps = {
     'GraphViz'                 => '0',
     'Graph::Directed'          => '0',
     'Spreadsheet::ParseExcel'  => '0.41',
-    'Text::ParseWords'         => '0',
     'Text::RecordParser'       => '0.02',
     'XML::LibXML'              => '1.69',
   },