X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=832a1be3fcec870b2e6209afe0f77131fa8d6602;hb=ff65e4cab29e1068690f359ea233c76fb1dc7bc7;hp=6b47c717bd366222ea95c72a80392bae870980dd;hpb=cfcc66e99e2e89a93a10e55100862d177439a076;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 6b47c71..832a1be 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 @@ -138,8 +138,8 @@ EOW unlink 'MANIFEST'; } - eval { require Module::Install::Pod::Inherit }; - PodInherit() if !$@; +# eval { require Module::Install::Pod::Inherit }; +# PodInherit() if !$@; } auto_install();