[Catalyst-commits] r11396 - 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:45 GMT 2009


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

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm
Log:
Fix a syntax error in the ContextClosure pod.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm	2009-09-19 03:19:39 UTC (rev 11395)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Component/ContextClosure.pm	2009-09-20 14:01:45 UTC (rev 11396)
@@ -33,7 +33,7 @@
         $ctx->stash(a_closure => $self->make_context_closure(sub {
             my ($ctx) = @_;
             $ctx->response->body('body set from closure');
-        }, $ctx);
+        }, $ctx));
     }
 
 =head1 DESCRIPTION




More information about the Catalyst-commits mailing list