Lose a couple of oddball dependencies (while moronizing the tests a bit)
[dbsrgits/SQL-Abstract.git] / Makefile.PL
index f24b6d8..b9162bf 100644 (file)
@@ -6,15 +6,15 @@ use 5.006001;
 
 perl_version '5.006001';
 name 'SQL-Abstract';
-author 'Matt Trout <mst@shadowcat.co.uk>, but see the POD';
+author 'Nathan Wiger <nate@wiger.org>';
 
 all_from 'lib/SQL/Abstract.pm';
 
-requires "List::Util"   => 0;
-requires "Scalar::Util" => 0;
+requires 'List::Util'   => 0;
+requires 'Scalar::Util' => 0;
+requires 'Storable'     => 0;
 
 test_requires "Test::Builder"   => 0;
-test_requires "Test::Deep"      => 0;
 test_requires "Test::More"      => 0;
 test_requires "Test::Exception" => 0;
 test_requires "Test::Warn"      => 0;