Add 'lazy' to two parameters to let the constructor runs first and set the applicatio...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Base.pm
index 1dca5c9..401f335 100644 (file)
@@ -9,6 +9,8 @@ after 'BUILD' => sub {
 
 no Moose;
 
+__PACKAGE__->meta->make_immutable;
+
 1;
 
 __END__