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