fix minor mistake in custom error screen (Jan Ivar Pladsen)
[catagits/Catalyst-Runtime.git] / Makefile.PL
index 5682d2c..d5fe2ad 100644 (file)
@@ -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.03';
 
 feature 'FastCGI Support', -default => 0, 'FCGI' => 0, 'FCGI::ProcManager' => 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;