X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=889828546044842135da83a4377d3b7fad63cfec;hb=17877ef09d9480d6af71fca6ef06b75e278bd7f0;hp=f11a5ea98fa689bca7c9e186ae595e80fcb5aa9d;hpb=70c288086248e5a4008490df22a56632341f2473;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index f11a5ea..8898285 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -53,6 +53,10 @@ 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 = { @@ -70,9 +74,10 @@ my $runtime_requires = { 'Scope::Guard' => '0.03', 'SQL::Abstract' => '1.72', 'Try::Tiny' => '0.04', + 'Data::Compare' => '1.22', # XS (or XS-dependent) libs - 'DBI' => '1.609', + 'DBI' => '1.57', 'namespace::clean' => '0.20', 'Sub::Name' => '0.04', 'Variable::Magic' => '0.44',