X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=29dd6f8c54dae6c796b38bf6e8aada574e7e77af;hb=6cf9bf47126ced88c8b6955b7fbca88be0df0acf;hp=7c59dfbd616a7c0f5a220ce5457fbf6077970e9c;hpb=afb82794328ff8da1efc0a4c37f3f3703c262c31;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index 7c59dfb..29dd6f8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,6 @@ use inc::Module::Install 0.64; -use 5.008001; -perl_version '5.8.1'; +perl_version '5.008001'; name 'Catalyst-Runtime'; all_from 'lib/Catalyst/Runtime.pm'; @@ -16,7 +15,7 @@ requires 'CGI::Simple::Cookie'; requires 'Data::Dump'; requires 'File::Modified'; requires 'HTML::Entities'; -requires 'HTTP::Body' => '0.9'; +requires 'HTTP::Body' => '1.04'; # makes uploadtmp work requires 'HTTP::Headers' => '1.64'; requires 'HTTP::Request'; requires 'HTTP::Response'; @@ -35,7 +34,7 @@ requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness requires 'MRO::Compat'; if (-e 'inc/.author') { - build_requires 'Test::Perl::Critic'; + build_requires 'Test::NoTabs'; build_requires 'Test::Pod' => 1.14; build_requires 'Test::Pod::Coverage' => 1.04;