default to sql dialect 3 unless overridden
[dbsrgits/DBIx-Class-Historic.git] / Makefile.PL
index 83d25fc..1574146 100644 (file)
@@ -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, #