From: Leon Brocard Date: Wed, 8 Jul 2009 11:41:34 +0000 (+0100) Subject: Remove extra quote X-Git-Tag: 0.88~36^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b84f64dad2451c7c83172a1fb08d017e5e06af9c;p=gitmo%2FMoose.git Remove extra quote --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 5cfee58..470bf50 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -189,7 +189,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 >>.