[Catalyst-commits] r8738 - Catalyst-Runtime/5.80/trunk/t/aggregate

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Fri Dec 5 08:13:07 GMT 2008


Author: andyg
Date: 2008-12-05 08:13:06 +0000 (Fri, 05 Dec 2008)
New Revision: 8738

Modified:
   Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t
Log:
Fix warning with newer LWP that generates a duplicate Content-Length header

Modified: Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t	2008-12-05 07:51:17 UTC (rev 8737)
+++ Catalyst-Runtime/5.80/trunk/t/aggregate/live_engine_request_uploads.t	2008-12-05 08:13:06 UTC (rev 8738)
@@ -270,7 +270,6 @@
         'http://localhost/dump/body/',
         'Content-Type' => 'application/octet-stream',
         'Content'      => 'foobarbaz',
-        'Content-Length' => 9,
     );
 
     ok( my $response = request($request), 'Request' );




More information about the Catalyst-commits mailing list