avoid using deprecated subs in threads test
[catagits/Catalyst-Runtime.git] / t / aggregate / live_recursion.t
index a2fcea8..113cccb 100644 (file)
@@ -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' );
 }
+