Explicitly don't inline the constructor to avoid warnings.
Florian Ragwitz [Sat, 18 Apr 2009 18:19:16 +0000 (20:19 +0200)]
lib/MooseX/Meta/TypeConstraint/Structured.pm

index e674f8b..d222fe8 100644 (file)
@@ -353,4 +353,4 @@ it under the same terms as Perl itself.
 
 =cut
 
-__PACKAGE__->meta->make_immutable;
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);