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

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Mon Aug 3 09:01:45 GMT 2009


Author: ribasushi
Date: 2009-08-03 09:01:44 +0000 (Mon, 03 Aug 2009)
New Revision: 7172

Modified:
   DBIx-Class/0.08/trunk/Makefile.PL
Log:
Disable Pod::Inherit makefile calls, until we get to version 0.02

Modified: DBIx-Class/0.08/trunk/Makefile.PL
===================================================================
--- DBIx-Class/0.08/trunk/Makefile.PL	2009-08-03 08:13:39 UTC (rev 7171)
+++ DBIx-Class/0.08/trunk/Makefile.PL	2009-08-03 09:01:44 UTC (rev 7172)
@@ -60,8 +60,8 @@
 # re-build README and require extra modules for testing if we're in a checkout
 
 my %force_requires_if_author = (
+#  'Module::Install::Pod::Inherit' => 0.01,
   'Test::Pod::Coverage'       => 1.04,
-  'Module::Install::Pod::Inherit' => 0.01,
   'SQL::Translator'           => 0.09007,
 
   # CDBI-compat related
@@ -137,8 +137,8 @@
     unlink 'MANIFEST';
   }
 
-  eval { require Module::Install::Pod::Inherit };
-  PodInherit() if !$@;
+#  eval { require Module::Install::Pod::Inherit };
+#  PodInherit() if !$@;
 }
 
 auto_install();




More information about the Bast-commits mailing list