From: Andy Grundman Date: Fri, 28 Oct 2005 00:03:46 +0000 (+0000) Subject: Updated HTTP::Body dep to 0.03 X-Git-Tag: 5.7099_04~1088 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=915d98de77e7ca8e209e3ccc608148edcd45c2f5 Updated HTTP::Body dep to 0.03 --- diff --git a/Build.PL b/Build.PL index 0c29696..e7b5ba0 100644 --- a/Build.PL +++ b/Build.PL @@ -12,7 +12,7 @@ my $build = Module::Build->new( 'Class::Data::Inheritable' => 0, 'CGI::Cookie' => 0, 'HTML::Entities' => 0, - 'HTTP::Body' => 0, + 'HTTP::Body' => 0.03, 'HTTP::Headers' => 1.59, 'HTTP::Request' => 0, 'HTTP::Response' => 0,