X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=79da35febd8718fa7afa325356f43d5b28e0ee92;hb=4b6337d5b06cec1f315585f82112f15e5fd64b58;hp=d21951b455c7dc5540cbdebad3ca643aa18fca46;hpb=4c46fa18f51e7f5d3b1e711a8ece1308607295a4;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index d21951b..79da35f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,9 +13,11 @@ all_from 'lib/DBIx/Class.pm'; test_requires 'Test::Builder' => 0.33; test_requires 'Test::Deep' => 0; test_requires 'Test::Exception' => 0; -test_requires 'Test::More' => 0.82; +test_requires 'Test::More' => 0.92; test_requires 'Test::Warn' => 0.11; +test_requires 'File::Temp' => 0.22; + # Core requires 'List::Util' => 0; requires 'Scalar::Util' => 0;