X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=6c9e9a1e386e92c68a5dd8753ea8f3ba0203da0c;hb=0bf7ab7160f4f2fd0f00cd3d53ac311e9ad50241;hp=a4f5eb4fc95a7fd1887a43040547f2c1ca8edf6a;hpb=b2ddf6d7e1ea8f9b281ce5da27ecadf3152e151d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index a4f5eb4..6c9e9a1 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 ); } @@ -100,13 +99,13 @@ 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 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