X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FActionRole%2FKooh.pm;h=825abc84b0d27118e7b8e9252e84c75a60fdf25d;hp=fc82bf2a0fd43b8d24df054317df0c0d02a84568;hb=eefc03e12890c06c9a76d78b4d68e3b2ad781328;hpb=f82e1b2b114c99ad6712cb93003338ae5d0423a5 diff --git a/t/lib/TestApp/ActionRole/Kooh.pm b/t/lib/TestApp/ActionRole/Kooh.pm index fc82bf2..825abc8 100644 --- a/t/lib/TestApp/ActionRole/Kooh.pm +++ b/t/lib/TestApp/ActionRole/Kooh.pm @@ -1,8 +1,7 @@ package TestApp::ActionRole::Kooh; use Moose::Role; - -use namespace::autoclean; +use namespace::clean -except => [ 'meta' ]; after execute => sub { my ($self, $controller, $c) = @_;