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=f21e34d01830083aeffbb05a4f7dd8c638adacbb;hp=83b4da3937bd7b700372d5d3c849bca2fb2eaccd;hb=241edc9b196ed1d8366b0011c814b0c2d9357516;hpb=b99ff5d87e80f13652bf374e2ce8f10c7156ac6e diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 83b4da3..f21e34d 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -19,6 +19,8 @@ L subclasses. use Moose; +with 'MooseX::Emulate::Class::Accessor::Fast'; + has class => (is => 'rw'); has namespace => (is => 'rw'); has 'reverse' => (is => 'rw');