merged conflicts
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_emptybody.t
index c4d6dec..beb83fe 100644 (file)
@@ -1,5 +1,3 @@
-#!perl
-
 use strict;
 use warnings;
 
@@ -20,7 +18,7 @@ use Catalyst::Test 'TestApp';
 {
     my $res = request('/emptybody');
     is $res->content, '';
-    ok !$res->header('Content-Length');
+    ok !defined $res->header('Content-Length');
 }
 
 done_testing;