From: Jesse Luehrs Date: Sat, 30 May 2009 06:17:15 +0000 (-0500) Subject: pass 0, not 1, to inline_constructor to silence warnings X-Git-Tag: 0.80~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbf7ba85ac7e8501afa88682f7ffdf67eaee7d58;p=gitmo%2FMoose.git pass 0, not 1, to inline_constructor to silence warnings --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 0503ca0..c5dc50b 100644 --- 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. If you want to get rid of the warning, pass C<< inline_constructor => -1 >>. +0 >>. =head1 Version 0.62