Updated makefile
Sebastian Riedel [Thu, 24 Nov 2005 04:30:29 +0000 (04:30 +0000)]
Makefile.PL

index e6aaa62..1ec5dbd 100644 (file)
@@ -39,7 +39,7 @@ requires('inc::Module::Install');
 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
     ],
 );