From: Rafael Kitover Date: Fri, 10 Jul 2009 21:56:57 +0000 (+0000) Subject: fix PodInherit call in Makefile.PL X-Git-Tag: v0.08109~89 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=f27af22a046ee3c2943862299124c97dfdf52b07 fix PodInherit call in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 044802d..5442378 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -138,7 +138,7 @@ EOW } eval { require Module::Install::Pod::Inherit }; - Module::Install::Pod::Inherit::PodInherit() if !$@; + PodInherit() if !$@; } auto_install();