From: Arthur Axel 'fREW' Schmidt Date: Mon, 7 Jun 2010 03:34:55 +0000 (-0500) Subject: RT58184: Depends on File::Path 2.06_05 (or so) X-Git-Tag: v0.08123~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=c1fdb4609f77e41f9d0a8ff436adb6b97d26724e RT58184: Depends on File::Path 2.06_05 (or so) --- diff --git a/Makefile.PL b/Makefile.PL index 2b976ee..7aaeaa6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -49,6 +49,7 @@ my $runtime_requires = { 'Class::Inspector' => '1.24', 'Data::Page' => '2.00', 'DBI' => '1.609', + 'File::Path' => '2.07', 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'Path::Class' => '0.18', @@ -166,7 +167,7 @@ tests_recursive (qw| # temporary(?) until I get around to fix M::I wrt xt/ # needs Module::Install::AuthorTests -eval { +eval { recursive_author_tests (qw/xt/); 1; } || do {