Fixed catalyst_par_core() and catalyst_par_multiarch()
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 2314ce4..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
     ],
 );
@@ -83,9 +83,6 @@ print qq/ Install "PAR" for PAR packaging support.\n/ if $@;
 print <<"EOF";
 
  Important:
-    The Apache engines have been moved to a separate package in Catalyst 5.5.
-    Please install Catalyst::Engine::Apache if you need Apache support.
-
     Install Task::Catalyst to get everything you need to start writing
     serious applications with Catalyst.