X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_recursion.t;h=113cccb39bb20cd7bca3d38e929e23ecc613208b;hb=4e45fa288ea80bf2a4587dd2278c784286aafdc3;hp=a2fcea806c3e6d3b74c2349883865eb88290def4;hpb=ae29b412955743885e80350085167b54b69672da;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_recursion.t b/t/aggregate/live_recursion.t index a2fcea8..113cccb 100644 --- a/t/aggregate/live_recursion.t +++ b/t/aggregate/live_recursion.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -23,3 +21,4 @@ SKIP: ok( !$response->is_success, 'Response Not Successful' ); is( $response->header('X-Catalyst-Error'), 'Deep recursion detected calling "/recursion_test"', 'Deep Recursion Detected' ); } +