X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction.pm;h=b96bfbc3246496e1c9a1f375221d4e6d43fdeea1;hb=85f0a66f2b5de7a028ed0e4960435784baff4a37;hp=83b4da3937bd7b700372d5d3c849bca2fb2eaccd;hpb=049f82e24c3016d03bf8a866449f98b511810b95;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 83b4da3..b96bfbc 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -6,7 +6,7 @@ Catalyst::Action - Catalyst Action =head1 SYNOPSIS -
+ =head1 DESCRIPTION @@ -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');