fix to silence warnings from newer moose
John Napiorkowski [Wed, 23 Jun 2010 17:30:39 +0000 (13:30 -0400)]
lib/MooseX/Dependent/Meta/TypeCoercion/Dependent.pm

index 65cedef..9cb10b4 100644 (file)
@@ -93,4 +93,4 @@ it under the same terms as Perl itself.
 
 =cut
 
-__PACKAGE__->meta->make_immutable;
\ No newline at end of file
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);