X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FACLTestApp.pm;h=5c6aadbe671f54b298baaca90a5f99f45bf61014;hb=479ca942e35e0764d3a48d4e49da4cc8c33133f8;hp=2b7a010acaa9951e9dc45ca71b70590bdbe24bcb;hpb=4fb27043578a31f1ffd7498d1097c817a932d173;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/ACLTestApp.pm b/t/lib/ACLTestApp.pm index 2b7a010..5c6aadb 100644 --- a/t/lib/ACLTestApp.pm +++ b/t/lib/ACLTestApp.pm @@ -17,8 +17,8 @@ sub execute { my ( $class, $action ) = @_; if ( Scalar::Util::blessed($action) - and $action->name ne "foobar" ) { - eval { $c->detach( 'foobar', [$action, 'foo'] ) }; + and $action->name ne "foobar" ) { + eval { $c->detach( 'foobar', [$action, 'foo'] ) }; } $c->next::method( @_ );