X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fdeprecated_appclass_action_warnings.t;h=1e38d2959469ab36788c607929fb47a23feb3ebf;hp=f25d8d5127757bc18e90faa2d041e6c04e4a8abd;hb=3662b13ee87e5dc4f2929b6c6f25bf9aa6565c86;hpb=dbf6a6fcd7a51226a353e2a800a1cf5c7e8e9c66 diff --git a/t/deprecated_appclass_action_warnings.t b/t/deprecated_appclass_action_warnings.t index f25d8d5..1e38d29 100644 --- a/t/deprecated_appclass_action_warnings.t +++ b/t/deprecated_appclass_action_warnings.t @@ -15,4 +15,4 @@ Catalyst->log($logger); ok( my $response = request('http://localhost/foo'), 'Request' ); ok( $response->is_success, 'Response Successful 2xx' ); -is( $DeprecatedActionsInAppClassTestApp::Log::warnings, 1, 'Get the appclass action warning' ); \ No newline at end of file +is( $DeprecatedActionsInAppClassTestApp::Log::warnings, 1, 'Get the appclass action warning' );