X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=83d25fca5f83e95cbe02b1fbb40c27ca0d7d4e0a;hb=9d885c4eed122f29c4b86cde0bba1d888e56bf6a;hp=699c9e29db763f90532cba318fea24c18e80b550;hpb=a80644864e3da93394704dc9339710227cc64aa6;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 699c9e2..83d25fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,14 +39,14 @@ requires 'MRO::Compat' => '0.09'; requires 'Module::Find' => '0.06'; requires 'Path::Class' => '0.16'; requires 'Scope::Guard' => '0.03'; -requires 'SQL::Abstract' => '1.60'; +requires 'SQL::Abstract' => '1.61'; requires 'SQL::Abstract::Limit' => '0.13'; requires 'Sub::Name' => '0.04'; requires 'Data::Dumper::Concise' => '1.000'; my %replication_requires = ( 'Moose', => '0.90', - 'MooseX::Types', => '0.16', + 'MooseX::Types', => '0.21', 'namespace::clean' => '0.11', 'Hash::Merge', => '0.11', ); @@ -68,7 +68,10 @@ my %force_requires_if_author = ( 'Test::Pod' => '1.26', # when changing also adjust version in t/06notabs.t - 'Test::NoTabs' => '0.9', +# 'Test::NoTabs' => '0.9', + + # when changing also adjust version in t/07eol.t +# 'Test::EOL' => '0.6', # when changing also adjust version in t/03podcoverage.t 'Test::Pod::Coverage' => '1.08', @@ -120,6 +123,11 @@ my %force_requires_if_author = ( 'DateTime::Format::Sybase' => 0, ) : () , + grep $_, @ENV{qw/DBICTEST_SYBASE_ASA_DSN DBICTEST_SYBASE_ASA_ODBC_DSN/} + ? ( + 'DateTime::Format::Strptime' => 0, + ) : () + , ); #************************************************************************# # Make ABSOLUTELY SURE that nothing on the list above is a real require, #