From: Sebastian Riedel Date: Thu, 24 Nov 2005 04:30:29 +0000 (+0000) Subject: Updated makefile X-Git-Tag: 5.7099_04~824 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=57c8e3b417327c2c3ba871b8ecd5e61540a2cf2f Updated makefile --- 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 ], );