X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5c4392e7289c2b556d86ea6720640606f146b988;hb=8327e2e21fc9ea72c357e876f868001ad9712474;hp=6bb37d1426e19b76610ab969227f2cfcee480d30;hpb=61b1d329efb732db12fdb860fcdabe4963cba66f;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 6bb37d1..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'; @@ -33,6 +35,8 @@ requires 'URI' => 1.35; requires 'File::Copy::Recursive'; requires 'Module::Install::Admin' => '0.54'; requires 'Module::Install' => '0.54'; +requires 'YAML' => '0.55'; +requires 'File::Slurp'; feature 'Apache/mod_perl Support', -default => 0,