Updated Catalyst::Request and Catalyst::Response to have sensible defaults for attributes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / ActionChain.pm
index 60fd6db..819b894 100644 (file)
@@ -57,6 +57,8 @@ sub from_chain {
     return $self->new({ %$final, chain => $actions });
 }
 
+no Moose;
+__PACKAGE__->meta->make_immutable;
 1;
 
 __END__