From: Nelo Onyiah Date: Thu, 9 Apr 2009 22:14:27 +0000 (+0100) Subject: Fixed some typos X-Git-Tag: 0.75~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e26e3f2a5b931886bedcd36c75bf4a004157189;p=gitmo%2FMoose.git Fixed some typos --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 23320b4..26ffb6a 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -158,9 +158,9 @@ error thrown now mentions all of the missing methods, as opposed to just the first missing method. Moose will no longer inline a constructor for your class unless it -inherits its constructor is inherited 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. +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. If you want to get rid of the warning, pass C<< inline_constructor => 1 >>.