From: Rafael Kitover Date: Thu, 19 May 2011 05:58:37 +0000 (-0400) Subject: fail more obviously if ReadmeFromPod is not available X-Git-Tag: 0.031~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=b764ef2c06bc96086002f8283e046a0c9fc13672 fail more obviously if ReadmeFromPod is not available --- diff --git a/Makefile.PL b/Makefile.PL index 3b7e5bc..241cbeb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use inc::Module::Install 0.91; -require Module::Install::ReadmeFromPod; +use Module::Install::ReadmeFromPod (); name 'Catalyst-Controller-WrapCGI'; all_from 'lib/Catalyst/Controller/WrapCGI.pm';