X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=f37fe54fcd2eb79e496b517451ca55691a6e1a62;hp=31424be57fda1db629a49bf80add35afc2bc9927;hb=0ba80bce27a56d366c8d44c254332dd83f9ba0f9;hpb=9bf43a66b3ddaca83badb9c65a34cc6b1fe890d2 diff --git a/Makefile.PL b/Makefile.PL index 31424be..f37fe54 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,7 @@ 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'; feature 'Apache/mod_perl Support', -default => 0,