[Catalyst-commits] r11397 - Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sun Sep 20 14:01:52 GMT 2009


Author: rafl
Date: 2009-09-20 14:01:51 +0000 (Sun, 20 Sep 2009)
New Revision: 11397

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm
Log:
Use clean instead of autoclean in the ContextClosure synopsis until we've fixed the issues with that and MXMA.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm	2009-09-20 14:01:45 UTC (rev 11396)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm	2009-09-20 14:01:51 UTC (rev 11397)
@@ -22,7 +22,7 @@
 
     package MyApp::Controller::Foo;
     use Moose;
-    use namespace::autoclean;
+    use namespace::clean -except => 'meta';
     BEGIN {
         extends 'Catalyst::Controller';
         with 'Catalyst::Component::ContextClosure';




More information about the Catalyst-commits mailing list