X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp.pm;h=a2fc0b25e577229c21565f0c71c5aed47b490a50;hb=02fee6c690aa8c2a8ccd2d862928ec4c64e63712;hp=b6d937449231d0a7723272b8d7f636d979c05f24;hpb=a202886b47ea577ff9e29c18214a7c02cfd8b9e3;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index b6d9374..a2fc0b2 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -67,7 +67,7 @@ sub execute { @executed ); } - + no warnings 'recursion'; return $c->SUPER::execute(@_); }