X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0dcb5022b7f8d59dec4dce630cacf5b3f65d797b;hb=5be953ff3103bb583a07ed11d9dbbd34cf09c173;hp=a8ca3dfe7bd00b5d27385fd77a5625a45c40bc56;hpb=c2b5c835bf99ad0ad8f1fa6f8372c728bbcd2297;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index a8ca3df..0dcb502 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ 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', ); @@ -123,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, #