Updated Catalyst::Request and Catalyst::Response to have sensible defaults for attributes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Chained.pm
index 1b8219a..25617da 100644 (file)
@@ -328,6 +328,7 @@ sub uri_for_action {
    
 }
 
+no Moose;
 __PACKAGE__->meta->make_immutable;
 
 =head1 USAGE