X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FActionContainer.pm;h=9d41f4e3947ee57b9748296c49304079cf028c2e;hp=e2292e00346fe92559ea73bffbe7c763e7029118;hb=5fb12dbb7e69039e0ea22ec4d7cb627206b4508b;hpb=91772de91ca26edab67f5849eccbfbbe0d2cfd51 diff --git a/lib/Catalyst/ActionContainer.pm b/lib/Catalyst/ActionContainer.pm index e2292e0..9d41f4e 100644 --- a/lib/Catalyst/ActionContainer.pm +++ b/lib/Catalyst/ActionContainer.pm @@ -24,7 +24,7 @@ use overload ( ); -has part => (is => 'rw', required => 1, lazy => 1, default => sub { {} }); +has part => (is => 'rw', required => 1, lazy => 1, default => sub { {} }); has actions => (is => 'rw', required => 1, lazy => 1, default => sub { {} }); around 'new' => sub {