From: Dave Rolsky Date: Fri, 26 Jun 2009 22:05:10 +0000 (-0500) Subject: Small edits for M::AH bits in Delta X-Git-Tag: 0.89_02~100 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93ced2bdd9af9f018fd2981d0ea80bfb074ab1b2;p=gitmo%2FMoose.git Small edits for M::AH bits in Delta --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 1e1d712..d8a9436 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