X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3334b43efbcd98373554be45fbdad60556e16679;hb=9d11f0d4173184b69711d7641557a21d2b6e3927;hp=0e6aec44118cc08478094b1db812148a091ed535;hpb=0bf60a861256be3c8faf4fe270c3672931ef14f5;p=dbsrgits%2FSQL-Abstract.git diff --git a/Makefile.PL b/Makefile.PL index 0e6aec4..3334b43 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,13 +13,15 @@ all_from 'lib/SQL/Abstract.pm'; requires 'List::Util' => 0; requires 'Scalar::Util' => 0; requires 'Class::Accessor::Grouped' => 0.09005; +requires 'Hash::Merge' => 0.12; test_requires "Test::More" => 0.92; +test_requires "Test::Deep" => 0.106; test_requires "Test::Exception" => 0; test_requires "Test::Warn" => 0; test_requires "Storable" => 0; # for cloning in tests -no_index package => 'DBIx::Class::Storage::PrettyPrinter'; +no_index package => 'DBIx::Class::Storage::Debug::PrettyPrint'; no_index directory => 'examples'; tests_recursive 't';