projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dfaa35b
)
pass 0, not 1, to inline_constructor to silence warnings
Jesse Luehrs [Sat, 30 May 2009 06:17:15 +0000 (
01:17
-0500)]
lib/Moose/Manual/Delta.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Delta.pod
b/lib/Moose/Manual/Delta.pod
index
0503ca0
..
c5dc50b
100644
(file)
--- a/
lib/Moose/Manual/Delta.pod
+++ b/
lib/Moose/Manual/Delta.pod
@@
-189,7
+189,7
@@
doesn't inline. If you want to force inlining anyway, pass
C<< "replace_constructor => 1 >> to C<make_immutable>.
If you want to get rid of the warning, pass C<< inline_constructor =>
-1 >>.
+0 >>.
=head1 Version 0.62