From: Dave Rolsky Date: Fri, 26 Jun 2009 15:20:52 +0000 (-0500) Subject: Formatting tweaks X-Git-Tag: 0.84~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78489d1090f6daad83ed7f402bca3e3ed6f27930;p=gitmo%2FMoose.git Formatting tweaks --- diff --git a/Changes b/Changes index 3822309..6367829 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,8 @@ for, noteworthy changes. 0.84 Thu, Jun 25, 2009 * Moose::Role - - has now sets definition_context for attributes defined in roles. (doy) + - has now sets definition_context for attributes defined in + roles. (doy) * Moose::Meta::Attribute - When adding an attribute to a metaclass, if the attribute has @@ -11,8 +12,8 @@ for, noteworthy changes. warning. (hdp) - Methods generated by delegation were not being added to associated_methods. (hdp) - - Attribute accessors (reader, writer, accessor, predicate, clearer) now - warn if they overwrite an existing method. (doy) + - Attribute accessors (reader, writer, accessor, predicate, + clearer) now warn if they overwrite an existing method. (doy) - Attribute constructors now warn very noisily about unknown (or mispelled) arguments