From: Peter Rabbitson Date: Mon, 3 Aug 2009 09:01:44 +0000 (+0000) Subject: Disable Pod::Inherit makefile calls, until we get to version 0.02 X-Git-Tag: v0.08109~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5548ee89747b4d4c527980ce3b7ad7991b3e00de;p=dbsrgits%2FDBIx-Class.git Disable Pod::Inherit makefile calls, until we get to version 0.02 --- diff --git a/Makefile.PL b/Makefile.PL index 2c65cfe..d21951b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -60,8 +60,8 @@ resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/db # 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 @@ EOW unlink 'MANIFEST'; } - eval { require Module::Install::Pod::Inherit }; - PodInherit() if !$@; +# eval { require Module::Install::Pod::Inherit }; +# PodInherit() if !$@; } auto_install();