X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=90da52b5b437b17328e7237d256a8fb8a83f8620;hb=3170049a4e06723c0ce480532dd25d6c3e4847f6;hp=824a0472df168d751823238581b54f12d115521a;hpb=9c1700e39e6ee002d9294c0d988882d1f0d7d86f;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 824a047..90da52b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,10 +53,13 @@ my $test_requires = { 'Test::Exception' => '0.31', 'Test::More' => '0.92', 'Test::Warn' => '0.21', + + # this is already a dep of n::c, but just in case - used by t/55namespaces_cleaned.t + # remove and do a manual glob-collection if n::c is no longer a dep + 'Package::Stash' => '0.28', }; my $runtime_requires = { - 'Carp::Clan' => '6.0', 'Class::Accessor::Grouped' => '0.10002', 'Class::C3::Componentised' => '1.0009', 'Class::Inspector' => '1.24', @@ -70,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', @@ -253,6 +257,7 @@ no_index directory => $_ for (qw| |); no_index package => $_ for (qw/ DBIx::Class::Storage::DBIHacks + DBIx::Class::Carp /); WriteAll();