From: André Walker Date: Thu, 28 Jul 2011 22:48:18 +0000 (-0300) Subject: trailing whitespace X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3328bcb3a457d757cbeeee86427f24aba2fa30af trailing whitespace --- diff --git a/t/lib/TestApp.pm b/t/lib/TestApp.pm index 759e1f0..1dfe999 100644 --- a/t/lib/TestApp.pm +++ b/t/lib/TestApp.pm @@ -3,8 +3,8 @@ use Moose; use Catalyst qw/ Test::MangleDollarUnderScore - Test::Errors - Test::Headers + Test::Errors + Test::Headers Test::Plugin Test::Inline +TestApp::Plugin::FullyQualified @@ -104,9 +104,9 @@ sub execute { # useful info if something crashes during a test sub finalize_error { my $c = shift; - + $c->next::method(@_); - + $c->res->status(500); $c->res->body( 'FATAL ERROR: ' . join( ', ', @{ $c->error } ) ); } @@ -116,7 +116,7 @@ sub finalize_error { sub Catalyst::Log::error { } } -# Make sure we can load Inline plugins. +# Make sure we can load Inline plugins. package Catalyst::Plugin::Test::Inline;