From: Dave Rolsky Date: Thu, 25 Jun 2009 23:34:27 +0000 (-0500) Subject: Reformatting of changes a bit X-Git-Tag: 0.84~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e951aafe7076ed7cecbe317d396a5c3ca8ee94cc;p=gitmo%2FMoose.git Reformatting of changes a bit --- diff --git a/Changes b/Changes index 1fc2517..0f34010 100644 --- a/Changes +++ b/Changes @@ -3,12 +3,13 @@ for, noteworthy changes. 0.84 * Moose::Meta::Attribute - - When adding an attribute to a metaclass, if the attribute has no - associated methods, it will give a deprecation warning. (hdp) + - When adding an attribute to a metaclass, if the attribute has + no associated methods, it will give a deprecation + 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) * Moose::Util::TypeConstraints - Deprecated the totally useless Role type name, which just @@ -19,7 +20,8 @@ for, noteworthy changes. * Moose::Meta::TypeConstraint::DuckType - Reify duck type from a regular subtype into an actual class (Sartak) - - Document this because Sartak did all my work for me (perigrin) + - Document this because Sartak did all my work for me + (perigrin) * Moose::Meta::Attribute - Allow Moose::Meta::TypeConstraint::DuckType in handles, since @@ -1832,16 +1834,16 @@ for, noteworthy changes. - added all the meta classes to the immutable list and set it to inline the accessors - fix import to allow Sub::Exporter like { into => } - and { into_level => } (perigrin) + and { into_level => } (perigrin) - exposed and documented init_meta() to allow better - embedding and extending of Moose (perigrin) + embedding and extending of Moose (perigrin) - * t/ - - complete re-organization of the test suite - - added some new tests as well - - finally re-enabled the Moose::POOP test since - the new version of DBM::Deep now works again - (thanks rob) + * t/ + - complete re-organization of the test suite + - added some new tests as well + - finally re-enabled the Moose::POOP test since + the new version of DBM::Deep now works again + (thanks rob) * Moose::Meta::Class - fixed very odd and very nasty recursion bug with @@ -2560,9 +2562,9 @@ for, noteworthy changes. - Type constraints now survive runtime reloading - added test for this - * Moose::Meta::Class - - fixed the way attribute defaults are handled - during instance construction (bug found by chansen) + * Moose::Meta::Class + - fixed the way attribute defaults are handled + during instance construction (bug found by chansen) * Moose::Meta::Attribute - read-only attributes now actually enforce their @@ -2610,8 +2612,8 @@ for, noteworthy changes. * Moose::Meta::TypeConstraint * Moose::Meta::TypeCoercion - - type constraints and coercions are now - full fledges meta-objects + - type constraints and coercions are now + full fledges meta-objects 0.01 Wed. March 15, 2006 - Moooooooooooooooooose!!!