From: Sebastian Riedel Date: Tue, 13 Dec 2005 04:09:59 +0000 (+0000) Subject: Updated for Module::Install 0.44 X-Git-Tag: 5.7099_04~776 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=4d12386e68af60ad4fc54e116b22e8b2b9cd9f64 Updated for Module::Install 0.44 --- diff --git a/Changes b/Changes index 2f2fd89..23d1a4e 100644 --- a/Changes +++ b/Changes @@ -7,7 +7,7 @@ This file documents the revision history for Perl extension Catalyst. - Automatically determine Content-Length when serving a filehandle. - Exceptions now return status 500 - - Updated for Module::Install 0.40 + - Updated for Module::Install 0.44 - Fixed additional file installation for multi level app names - Added REDIRECT_URL support for applications running behind a RewriteRule in Apache. (Carl Franks) diff --git a/Makefile.PL b/Makefile.PL index 5682d2c..9e448e8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,7 +30,7 @@ requires 'Tree::Simple'; requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => 1.35; requires 'File::Copy::Recursive'; -requires 'Module::Install::Admin' => '0.29'; +requires 'Module::Install::Admin::Bundle' => '0.04'; feature 'Apache/mod_perl Support', -default => 0, @@ -46,8 +46,6 @@ feature 'CPANPLUS (for easier installations)', -default => 0, 'CPANPLUS' => 0; -bundle 'Module::Install' => '0.40'; - install_script glob('script/*.pl'); auto_install; WriteAll;