Update HTTP::Body dep so that the uploadtmp config value will work (RT #22540)
[catagits/Catalyst-Runtime.git] / Makefile.PL
index b60dae3..e646ca1 100644 (file)
@@ -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';