some compatibility updated for older DBD::Sybase versions, some initial work on _sele...
[dbsrgits/DBIx-Class.git] / Makefile.PL
index 044802d..b2455e6 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) {
@@ -138,7 +144,7 @@ EOW
   }
 
   eval { require Module::Install::Pod::Inherit };
-  Module::Install::Pod::Inherit::PodInherit() if !$@;
+  PodInherit() if !$@;
 }
 
 auto_install();