making $app be an instance, less symbol table hijacking, cache path_prefix and action...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / View.pm
index a08bbbf..1e580c3 100644 (file)
@@ -65,6 +65,6 @@ the same terms as Perl itself.
 =cut
 
 no Moose;
-__PACKAGE__->meta->make_immutable();
+#__PACKAGE__->meta->make_immutable();
 
 1;