X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=6c9e9a1e386e92c68a5dd8753ea8f3ba0203da0c;hb=f2e13bbd72d59b71fe8916aa802d2631217bd51d;hp=9ff1dca7127327bfd5d7ee5343e055a2559b638d;hpb=4c9db64f2e086bc0c7bc5e94fd7e3a0754b027cb;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 9ff1dca..6c9e9a1 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -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 ); } @@ -100,9 +99,9 @@ Returns the private path for this action. returns the sub name of this action. -=head1 AUTHOR +=head1 AUTHORS -Matt S. Trout +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT