X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5c4392e7289c2b556d86ea6720640606f146b988;hb=97b58e1798479e2df8d050e72e87453f6ad81668;hp=31424be57fda1db629a49bf80add35afc2bc9927;hpb=9bf43a66b3ddaca83badb9c65a34cc6b1fe890d2;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 31424be..5c4392e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,5 +1,7 @@ use inc::Module::Install; +perl_version '5.8.1'; + name 'Catalyst'; all_from 'lib/Catalyst.pm'; @@ -32,8 +34,9 @@ requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => 1.35; requires 'File::Copy::Recursive'; requires 'Module::Install::Admin' => '0.54'; -requires 'Module::Install' => '0.54'; -requires 'YAML' => '0.52'; +requires 'Module::Install' => '0.54'; +requires 'YAML' => '0.55'; +requires 'File::Slurp'; feature 'Apache/mod_perl Support', -default => 0,