fix PodInherit call in Makefile.PL
Rafael Kitover [Fri, 10 Jul 2009 21:56:57 +0000 (21:56 +0000)]
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();