X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual%2FDelta.pod;h=4cfe14adb5b912dc030afc71dd1a0e26bdcd5ca5;hb=6f94c802188d44415bafdd64422cecd24585a289;hp=d8a9436f7653e9624de9d3d5113983659e44c2ac;hpb=47dffcec68d284d7f899cfdc7b107d4c104ea275;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index d8a9436..4cfe14a 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -217,7 +217,7 @@ just the first missing method. Moose will no longer inline a constructor for your class unless it inherits its constructor from Moose::Object, and will warn when it doesn't inline. If you want to force inlining anyway, pass -C<< "replace_constructor => 1 >> to C. +C<< replace_constructor => 1 >> to C. If you want to get rid of the warning, pass C<< inline_constructor => 0 >>.