X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FActionContainer.pm;h=2e711d4d500a451ddc469b497140283def1c9e71;hb=efaaba138ac309482d8fcc613468272aefb9a990;hp=5be7292d2b9fae00c163d1110c46bde6184a9c2a;hpb=9b73c5e7de3ab235f6967658e4096e9057572771;p=catagits%2FCatalyst-Runtime.git 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 { {} });