A couple of typos, and general whitespace cleanup (ick)
[dbsrgits/DBIx-Class.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();