From: Torsten Raudssus Date: Thu, 29 Jan 2015 03:51:47 +0000 (+0100) Subject: Fix for the fix... X-Git-Tag: v1.22^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTTP-Body.git;a=commitdiff_plain;h=24a1073ab59cfda72a9122a91e2cecfd00704c3b Fix for the fix... --- diff --git a/Changes b/Changes index 16aa517..077d898 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ This file documents the revision history for Perl extension HTTP::Body. {{$NEXT}} + - Fix for the fix..... don't ask + +1.21 2015-01-29 04:48:58+01:00 Europe/Berlin - Fix for failing test if Plack is not installed 1.20 2015-01-28 16:20:59+01:00 Europe/Berlin diff --git a/t/10mixparamcontent.t b/t/10mixparamcontent.t index e956380..dc7688c 100644 --- a/t/10mixparamcontent.t +++ b/t/10mixparamcontent.t @@ -7,7 +7,6 @@ use Test::Deep; use HTTP::Body; use HTTP::Request::Common; use Encode; -use HTTP::Message::PSGI (); use File::Spec::Functions; use File::Temp qw/ tempdir /;