X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=34e2a5a796197b24de29491fcfa3d251fe8a9943;hb=attic%2Fcontext_go;hp=b60dae38929f5369689e481e71ccc9b8332a99b7;hpb=551846d128c672ae8bdddc056fa436f562d9fff2;p=catagits%2FCatalyst-Runtime.git diff --git a/Makefile.PL b/Makefile.PL index b60dae3..34e2a5a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install 0.64; +use inc::Module::Install 0.87; perl_version '5.008001'; @@ -13,7 +13,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';