X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FCatalyst%2FActionRole%2FGuff.pm;h=a05c6464b607ade27979f9369a5d9a497a87cd3d;hb=9868e0a0023cc8b598d60f150ea367e0056a65f3;hp=4f8e0466d1119d2f5810c9cec2b37f5c7136b204;hpb=82010ea176741c7a4f2baf3f6f27377b1d9f6b15;p=catagits%2FCatalyst-Runtime.git 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) = @_;