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=77f23d2a797fdde1e4e8e21c6bdff58639144383;hpb=049f82e24c3016d03bf8a866449f98b511810b95 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');