Revision history for MooseX-InsideOut
+0.103 Mon, 27 Apr 2009 11:22:28 -0400
+
+ * avoid warnings with latest Moose
+
0.102 Sat, 04 Apr 2009 16:43:59 -0400
* add prereq for namespace::clean
# use Data::Dumper;
# diag Dumper($obj);
- $sub->meta->make_immutable, redo if $sub->meta->is_mutable;
+ $sub->meta->make_immutable(
+ inline_constructor => ($c ne 'Hash' and $c ne 'Array')
+ ), redo if $sub->meta->is_mutable;
}