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=4b5f2e0f901023e32f313cb084a745beb2bdfa5a;hb=2666dd3ba45edb0fa31508f67d94fe80072f94f6;hpb=24b3262af814a1014fd1ed9ea0eb0dedb90f67b4 diff --git a/Makefile.PL b/Makefile.PL index 4b5f2e0..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' => '0.29'; +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;