X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=01ef65146df5f77b56bb91b631e3b2bf45d5d3bd;hb=ecb687463a4bf22f3736c1bff6a759ff525de48e;hp=f5962a0498a8efefa2cc65d5f8630b6f504c5788;hpb=12b2c78f83a444c58657b22c558e0b6abb5ddba5;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index f5962a0..01ef651 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,6 @@ $ENV{PERL5LIB} = join ($Config{path_sep}, @INC); ### All of them should go to DBIx::Class::Optional::Dependencies ### - name 'DBIx-Class'; perl_version '5.008001'; all_from 'lib/DBIx/Class.pm'; @@ -37,7 +36,7 @@ my $test_requires = { my $runtime_requires = { 'Carp::Clan' => '6.0', - 'Class::Accessor::Grouped' => '0.09002', + 'Class::Accessor::Grouped' => '0.09003', 'Class::C3::Componentised' => '1.0005', 'Class::Inspector' => '1.24', 'Data::Page' => '2.00', @@ -45,12 +44,14 @@ my $runtime_requires = { 'MRO::Compat' => '0.09', 'Module::Find' => '0.06', 'Path::Class' => '0.18', - 'SQL::Abstract' => '1.64', + 'SQL::Abstract' => '1.66', 'SQL::Abstract::Limit' => '0.13', 'Sub::Name' => '0.04', 'Data::Dumper::Concise' => '1.000', 'Scope::Guard' => '0.03', 'Context::Preserve' => '0.01', + 'Try::Tiny' => '0.04', + 'namespace::clean' => '0.14', }; # this is so we can order requires alphabetically