fail more obviously if ReadmeFromPod is not available
Rafael Kitover [Thu, 19 May 2011 05:58:37 +0000 (01:58 -0400)]
Makefile.PL

index 3b7e5bc..241cbeb 100644 (file)
@@ -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';