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=807a6db373ec9d5945d4ddf3bc29bbf69a5ebf3e;hp=649ea78160109da8936061fa6af6fd11acb10ef4;hb=b96f127f47d826a5bb8ebebc80f1b46ab3497e39;hpb=cfd04b0cabf99346090fe4e3312e393364e571ef diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 649ea78..807a6db 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/); +__PACKAGE__->mk_accessors(qw/code namespace reverse prefix attributes/); use overload ( @@ -29,6 +29,8 @@ See L. =over 4 +=item attributes + =item code =item execute