Merge 'trunk' into 'deprecate_appclass_actions'
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
index b6d9374..a2fc0b2 100644 (file)
@@ -67,7 +67,7 @@ sub execute {
             @executed
         );
     }
-
+    no warnings 'recursion';
     return $c->SUPER::execute(@_);
 }