update Changes
[dbsrgits/DBIx-Class.git] / Makefile.PL
index d21951b..da7c940 100644 (file)
@@ -111,6 +111,12 @@ my %force_requires_if_author = (
       'DateTime::Format::Oracle' => 0,
     ) : ()
   ,
+
+  $ENV{DBICTEST_SYBASE_DSN}
+    ? (
+      'DateTime::Format::Sybase' => 0,
+    ) : ()
+  ,
 );
 
 if ($Module::Install::AUTHOR) {