X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=90da52b5b437b17328e7237d256a8fb8a83f8620;hb=6a6394f19f31dbc44cb5382d241890555e8cebd5;hp=8b538d518e96f8387c87aab2e9e1e609240748b3;hpb=90cfe42b94a798be8ee5498fd57e2e76adff5156;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 8b538d5..90da52b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -73,10 +73,11 @@ my $runtime_requires = { 'Path::Class' => '0.18', 'Scope::Guard' => '0.03', 'SQL::Abstract' => '1.72', + 'Test::Deep' => '0.108', 'Try::Tiny' => '0.04', # XS (or XS-dependent) libs - 'DBI' => '1.609', + 'DBI' => '1.57', 'namespace::clean' => '0.20', 'Sub::Name' => '0.04', 'Variable::Magic' => '0.44',