X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1574146c07aec86e71413ac2add0fc976d553870;hb=9633951d0f542434fc4f50b23248094d2ac35836;hp=83d25fca5f83e95cbe02b1fbb40c27ca0d7d4e0a;hpb=9d885c4eed122f29c4b86cde0bba1d888e56bf6a;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 83d25fc..1574146 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -128,6 +128,11 @@ my %force_requires_if_author = ( 'DateTime::Format::Strptime' => 0, ) : () , + grep $_, @ENV{qw/DBICTEST_FIREBIRD_DSN DBICTEST_FIREBIRD_ODBC_DSN/} + ? ( + 'DateTime::Format::Strptime' => 0, + ) : () + , ); #************************************************************************# # Make ABSOLUTELY SURE that nothing on the list above is a real require, #