X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e9b18eb367cbc92516f621c73b94c0a36766793b;hb=5ad4786f0c23947fa3fa3c29e61c910e2de10488;hp=e7aeda2c5939bf7d85910506e869b2f33d890f79;hpb=33d6e9fd5950dd0614edf055844c8efa912c9d73;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index e7aeda2..e9b18eb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ requires 'CGI::Simple::Cookie'; requires 'Data::Dump'; requires 'File::Modified'; requires 'HTML::Entities'; -requires 'HTTP::Body' => '0.6'; +requires 'HTTP::Body' => '0.9'; requires 'HTTP::Headers' => '1.64'; requires 'HTTP::Request'; requires 'HTTP::Response'; @@ -31,6 +31,10 @@ requires 'Tree::Simple::Visitor::FindByPath'; requires 'URI' => '1.35'; requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness +if (-e 'inc/.author') { + build_requires 'Test::Perl::Critic'; +} + install_script glob('script/*.pl'); auto_install; WriteAll;