Fix for the fix... v1.22
Torsten Raudssus [Thu, 29 Jan 2015 03:51:47 +0000 (04:51 +0100)]
Changes
t/10mixparamcontent.t

diff --git a/Changes b/Changes
index 16aa517..077d898 100644 (file)
--- 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
index e956380..dc7688c 100644 (file)
@@ -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 /;