Revert last fix, this breaks on old LWP, grrr
Andy Grundman [Fri, 5 Dec 2008 08:15:54 +0000 (08:15 +0000)]
t/aggregate/live_engine_request_uploads.t

index 8d98da0..cd57b03 100644 (file)
@@ -270,6 +270,7 @@ use Path::Class::Dir;
         'http://localhost/dump/body/',
         'Content-Type' => 'application/octet-stream',
         'Content'      => 'foobarbaz',
+        'Content-Length' => 9,
     );
 
     ok( my $response = request($request), 'Request' );