Fixed Makefile.PL
[catagits/Catalyst-Runtime.git] / Makefile.PL
index e6aaa62..27e7206 100644 (file)
@@ -35,11 +35,11 @@ requires('Tree::Simple');
 requires('Tree::Simple::Visitor::FindByPath');
 requires( 'URI' => 1.35 );
 requires('File::Copy::Recursive');
-requires('inc::Module::Install');
+requires('Module::Install::Admin');
 requires('ExtUtils::AutoInstall');
 
 features(
-    'Apache Support' => [
+    'Apache/mod_perl Support' => [
         -default                   => 0,
         'Catalyst::Engine::Apache' => '1.00'
     ],
@@ -52,8 +52,8 @@ features(
         -default => 0,
         'PAR'    => 0
     ],
-    'CPANPLUS' => [
-        -default   => 0,
+    'CPANPLUS (for easier installations)' => [
+        -default   => 1,
         'CPANPLUS' => 0
     ],
 );