From: Matt S Trout Date: Sat, 21 Jan 2006 23:00:20 +0000 (+0000) Subject: Adding prereq for fixed Module::Install X-Git-Tag: 5.7099_04~733 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e5156d4fa1bbed9c48a5b3f9b505abadd594fc42 Adding prereq for fixed Module::Install --- diff --git a/Makefile.PL b/Makefile.PL index 93255ac..64dc1b9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,6 +32,7 @@ requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => 1.35; requires 'File::Copy::Recursive'; requires 'Module::Install::Admin' => '0.45'; +requires 'Module::Install' => '0.54'; requires 'YAML' => '0.52'; feature 'Apache/mod_perl Support',