X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8967b4cea86945301622f7b4787544f02183cffb;hb=a85b7ebe9762ca64a08468f6c8f27a0ae583d38c;hp=cac6e77b65309e1e207478778bc2389144e7a7e3;hpb=d1dc7a982d6ecb158b273cd893b6703875eac074;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index cac6e77..8967b4c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -48,14 +48,14 @@ my $build_requires = { my $test_requires = { 'File::Temp' => '0.22', 'Test::Builder' => '0.33', - 'Test::Exception' => '0', + 'Test::Exception' => '0.31', 'Test::More' => '0.92', 'Test::Warn' => '0.21', }; my $runtime_requires = { 'Carp::Clan' => '6.0', - 'Class::Accessor::Grouped' => '0.09004', + 'Class::Accessor::Grouped' => '0.09008', 'Class::C3::Componentised' => '1.0005', 'Class::Inspector' => '1.24', 'Data::Page' => '2.00', @@ -64,8 +64,9 @@ my $runtime_requires = { 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'Path::Class' => '0.18', - 'SQL::Abstract' => '1.68', + 'SQL::Abstract' => '1.71', 'Sub::Name' => '0.04', + 'Variable::Magic' => '0.44', 'Data::Dumper::Concise' => '1.000', 'Scope::Guard' => '0.03', 'Context::Preserve' => '0.01',