X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FActionContainer.pm;h=2f98be169cfa466be5b06043eabc2f89897fb7fe;hb=b8ea7be4b18e77f8f3a094d5af64b9e3152ab6d3;hp=bb1bbac906a22c9449a94728e6eefa31b088c8a4;hpb=2f3812528068bc1d9f7840067f0c03d36cd47e6d;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/ActionContainer.pm b/lib/Catalyst/ActionContainer.pm index bb1bbac..2f98be1 100644 --- a/lib/Catalyst/ActionContainer.pm +++ b/lib/Catalyst/ActionContainer.pm @@ -17,7 +17,7 @@ to represent the various dispatch points in your application. use Moose; -has part => (is => 'rw', required => 1, lazy => 1, default => sub { {} }); +has part => (is => 'rw', required => 1); has actions => (is => 'rw', required => 1, lazy => 1, default => sub { {} }); around new => sub {