start using Class::C3, may need to add a reinitalize bit later, not sure
[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;