Make all classes immutable
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Controller / REST.pm
index 3ff4b3f..b6b4378 100644 (file)
@@ -623,4 +623,6 @@ You may distribute this code under the same terms as Perl itself.
 
 =cut
 
+__PACKAGE__->meta->make_immutable;
+
 1;