X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FActionContainer.pm;fp=lib%2FCatalyst%2FActionContainer.pm;h=2e711d4d500a451ddc469b497140283def1c9e71;hp=5be7292d2b9fae00c163d1110c46bde6184a9c2a;hb=531f1ab6f98c126f57075dbbca4884ac9728703c;hpb=dae2b0faaf2982bde81606ea0392c13fd9309cb1 diff --git a/lib/Catalyst/ActionContainer.pm b/lib/Catalyst/ActionContainer.pm index 5be7292..2e711d4 100644 --- a/lib/Catalyst/ActionContainer.pm +++ b/lib/Catalyst/ActionContainer.pm @@ -16,6 +16,7 @@ to represent the various dispatch points in your application. =cut use Moose; +with 'MooseX::Emulate::Class::Accessor::Fast'; has part => (is => 'rw', required => 1); has actions => (is => 'rw', required => 1, lazy => 1, default => sub { {} });