X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=344dc71079a3627c24864621c09201a4745ec2de;hp=9e448e800d35de76a8ff7d6a1bad389d2b7ade8b;hb=ef0955faec3b6fabcd918c9c842733aad5bdb0ef;hpb=4d12386e68af60ad4fc54e116b22e8b2b9cd9f64 diff --git a/Makefile.PL b/Makefile.PL index 9e448e8..344dc71 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,11 +30,11 @@ requires 'Tree::Simple'; requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => 1.35; requires 'File::Copy::Recursive'; -requires 'Module::Install::Admin::Bundle' => '0.04'; +requires 'Module::Install::Admin' => '0.45'; feature 'Apache/mod_perl Support', -default => 0, - 'Catalyst::Engine::Apache' => '1.02'; + 'Catalyst::Engine::Apache' => '1.05'; feature 'FastCGI Support', -default => 0, 'FCGI' => 0, 'FCGI::ProcManager' => 0;