[Bast-commits] r7027 - DBIx-Class/0.08/trunk

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Fri Jul 10 21:56:58 GMT 2009


Author: caelum
Date: 2009-07-10 21:56:57 +0000 (Fri, 10 Jul 2009)
New Revision: 7027

Modified:
   DBIx-Class/0.08/trunk/Makefile.PL
Log:
fix PodInherit call in Makefile.PL

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-07-10 21:25:56 UTC (rev 7026)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-07-10 21:56:57 UTC (rev 7027)
@@ -138,7 +138,7 @@
   }
 
   eval { require Module::Install::Pod::Inherit };
-  Module::Install::Pod::Inherit::PodInherit() if !$@;
+  PodInherit() if !$@;
 }
 
 auto_install();




More information about the Bast-commits mailing list