X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FComponent%2FContextClosure.pm;h=9c3139ac5b8c9372003e48ee3ebcf5810ee366db;hb=c7e57864972917f9db617f3401aa5ba1a2715e9d;hp=fb2606c5fe6774c01342d052f5d2c440eb207ed8;hpb=432c4971046be0d5e2e678371de4d40bf028981d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Component/ContextClosure.pm b/lib/Catalyst/Component/ContextClosure.pm index fb2606c..9c3139a 100644 --- a/lib/Catalyst/Component/ContextClosure.pm +++ b/lib/Catalyst/Component/ContextClosure.pm @@ -22,7 +22,7 @@ Catalyst::Component::ContextClosure - Moose Role for components which need to cl package MyApp::Controller::Foo; use Moose; - use namespace::autoclean; + use namespace::clean -except => 'meta'; BEGIN { extends 'Catalyst::Controller'; with 'Catalyst::Component::ContextClosure'; @@ -63,10 +63,14 @@ L L +=begin stopwords + =head1 AUTHOR Florian Ragwitz Erafl@debian.orgE +=end stopwords + =head1 COPYRIGHT This library is free software. You can redistribute it and/or modify it under