X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1ec5dbd24556501dd84d3b32c3cabdc57a96e211;hb=f0038735fdd8333c107f5f4d8f962c33b3797e41;hp=e6aaa62620144fca670b1d740e74d84c37f4d82d;hpb=ff137d7b8537c209248847c311630594f472b609;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index e6aaa62..1ec5dbd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ], );