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=1e1d7125dec8a0fbcf33a89b436e8a94b3902c32;hpb=a3d9821854b052170e8ca2ff0b3b18298e7be28c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 1e1d712..4cfe14a 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -25,19 +25,20 @@ L. Major changes include: =item C, not C -All of the method providers are available via traits only. The custom -metaclasses were strictly inferior to applying attribute metaclass traits. +Method providers are only available via traits. =item C, not C or C -C syntax was like core Moose C<< handles => HASHREF >> syntax, but -with the keys and values reversed. This was confusing, and -AttributeHelpers now uses C<< handles => HASHREF >> in a way that -should be intuitive to anyone already familiar with it for normal attributes. +The C syntax was like core Moose C<< handles => HASHREF >> +syntax, but with the keys and values reversed. This was confusing, +and AttributeHelpers now uses C<< handles => HASHREF >> in a way that +should be intuitive to anyone already familiar with how it is used for +other attributes. -The C functionality provided by AttributeHelpers has been generalized -to apply to all cases of C<< handles => HASHREF >>, though not every piece of -functionality has been ported (currying with a CODEREF is not supported). +The C functionality provided by AttributeHelpers has been +generalized to apply to all cases of C<< handles => HASHREF >>, though +not every piece of functionality has been ported (currying with a +CODEREF is not supported). =back @@ -216,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 >>.