Applied patch from kados regarding use of a DateTime::Format class to validate
[dbsrgits/DBIx-Class-Historic.git] / Makefile.PL
index 044802d..5442378 100644 (file)
@@ -138,7 +138,7 @@ EOW
   }
 
   eval { require Module::Install::Pod::Inherit };
-  Module::Install::Pod::Inherit::PodInherit() if !$@;
+  PodInherit() if !$@;
 }
 
 auto_install();