Updated Catalyst::Request and Catalyst::Response to have sensible defaults for attributes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Default.pm
index 7981ac2..1216b44 100644 (file)
@@ -61,6 +61,7 @@ the same terms as Perl itself.
 
 =cut
 
+no Moose;
 __PACKAGE__->meta->make_immutable;
 
 1;