X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=7e828f0361269812c3c088a750802f585ad03a84;hb=4e69c1c8fe7754b8e208705c734991354c12b268;hp=a4f5eb4fc95a7fd1887a43040547f2c1ca8edf6a;hpb=b2ddf6d7e1ea8f9b281ce5da27ecadf3152e151d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index a4f5eb4..7e828f0 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -10,8 +10,8 @@ Catalyst::Action - Catalyst Action =head1 SYNOPSIS -
- + + =head1 DESCRIPTION This class represents a Catalyst Action. You can access the object for the @@ -38,7 +38,6 @@ use overload ( sub dispatch { # Execute ourselves against a context my ( $self, $c ) = @_; - local $c->namespace = $self->namespace; return $c->execute( $self->class, $self ); } @@ -109,4 +108,4 @@ Matt S. Trout This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut