projects
/
gitmo/MooseX-Dependent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
749cd2c
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Dependent/Meta/TypeCoercion/Dependent.pm
b/lib/MooseX/Dependent/Meta/TypeCoercion/Dependent.pm
index
65cedef
..
9cb10b4
100644
(file)
--- a/
lib/MooseX/Dependent/Meta/TypeCoercion/Dependent.pm
+++ b/
lib/MooseX/Dependent/Meta/TypeCoercion/Dependent.pm
@@
-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);