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=581d03cf5c3f192405e1f242503ddb9709407c97;hb=6b23994966a2a66b90986a51e7e1d71f62d90f44;hpb=fbcc39ad23f2bbecf5d84c9ba581e6af86fcd460 diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 581d03c..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/); +__PACKAGE__->mk_accessors(qw/code namespace reverse prefix attributes name/); use overload ( @@ -29,6 +29,8 @@ See L. =over 4 +=item attributes + =item code =item execute @@ -44,6 +46,8 @@ sub execute { # Execute ourselves against a context =item reverse +=item name + =item new =cut