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