X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=abe6b09472924296b12d23a3a3d5eb289828e28a;hb=de6fb80a66ecfeb21ab707daf70de17cc02415f8;hp=3b246d53a642c443dc75ebb672b3c1c0c35ff68c;hpb=c0f74851f0f37dd24be65f03ad29f71fb642db99;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 3b246d5..abe6b09 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'; @@ -33,8 +35,8 @@ requires 'URI' => 1.35; requires 'File::Copy::Recursive'; requires 'Module::Install::Admin' => '0.54'; requires 'Module::Install' => '0.54'; -requires 'YAML::Syck' => '0.28'; -requires 'File::Slurp'; +requires 'YAML' => '0.55'; +requires 'Data::Visitor' => '0.02'; feature 'Apache/mod_perl Support', -default => 0, @@ -42,6 +44,10 @@ feature 'Apache/mod_perl Support', feature 'FastCGI Support', -default => 0, 'FCGI' => 0, 'FCGI::ProcManager' => 0; +feature 'Test::WWW::Mechanize::Catalyst Support', + -default => 0, + 'Test::WWW::Mechanize::Catalyst' => 0; + feature 'PAR Support', -default => 0, 'PAR' => 0;