X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=f80c00bd84138c2792c53c47049ff0210c318dce;hp=807a6db373ec9d5945d4ddf3bc29bbf69a5ebf3e;hb=6b23994966a2a66b90986a51e7e1d71f62d90f44;hpb=8e9a459107239aac7c396200ecea3d93b4d93648 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 807a6db..f80c00b 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -3,7 +3,7 @@ package Catalyst::Action; use strict; use base qw/Class::Accessor::Fast/; -__PACKAGE__->mk_accessors(qw/code namespace reverse prefix attributes/); +__PACKAGE__->mk_accessors(qw/code namespace reverse prefix attributes name/); use overload ( @@ -46,6 +46,8 @@ sub execute { # Execute ourselves against a context =item reverse +=item name + =item new =cut