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