Merge 'trunk' into 'sybase'
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 79da35f..5d05239 100644 (file)
@@ -113,6 +113,12 @@ my %force_requires_if_author = (
       'DateTime::Format::Oracle' => 0,
     ) : ()
   ,
+
+  $ENV{DBICTEST_SYBASE_DSN}
+    ? (
+      'DateTime::Format::Sybase' => 0,
+    ) : ()
+  ,
 );
 
 if ($Module::Install::AUTHOR) {