X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FComponent%2FContextClosure.pm;h=8c163e0754bce7da896d78686686a29f79c4b29e;hp=b25cc46a66844c13debdbf8c74b081ed45db2f0e;hb=eefc03e12890c06c9a76d78b4d68e3b2ad781328;hpb=f82e1b2b114c99ad6712cb93003338ae5d0423a5 diff --git a/lib/Catalyst/Component/ContextClosure.pm b/lib/Catalyst/Component/ContextClosure.pm index b25cc46..8c163e0 100644 --- a/lib/Catalyst/Component/ContextClosure.pm +++ b/lib/Catalyst/Component/ContextClosure.pm @@ -2,7 +2,7 @@ package Catalyst::Component::ContextClosure; use Moose::Role; use Scalar::Util 'weaken'; -use namespace::autoclean; +use namespace::clean -except => [ 'meta' ]; sub make_context_closure { my ($self, $closure, $ctx) = @_;