From: Andy Grundman Date: Tue, 7 Nov 2006 21:47:23 +0000 (+0000) Subject: Updated HTTP::Body dep to 0.6, fixes holoway's POST bug X-Git-Tag: 5.7099_04~283 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=69eecfe56af710d0698539ea25dc1bc84282e013;hp=3e6f3bd68afdfbae0c73d57626fceb8e635d1326 Updated HTTP::Body dep to 0.6, fixes holoway's POST bug --- diff --git a/Changes b/Changes index 8d17b64..d4ea759 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ This file documents the revision history for Perl extension Catalyst. +5.7006 + - Updated HTTP::Body dependency to 0.6, 0.5 can break on large POST requests. + 5.7005 2006-11-07 19:37:35 - Fixed lighttpd tests to be properly skipped. - Moved IE workarounds to exist only in the HTTP engine. diff --git a/Makefile.PL b/Makefile.PL index 76abd01..19c6441 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.5'; +requires 'HTTP::Body' => '0.6'; requires 'HTTP::Headers' => '1.64'; requires 'HTTP::Request'; requires 'HTTP::Response';