From: Dave Rolsky Date: Mon, 27 Sep 2010 00:57:55 +0000 (-0500) Subject: Reword reinit changes description X-Git-Tag: 1.15~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7063e5cbd95f40d080002d0b24069c3411ce844;p=gitmo%2FMoose.git Reword reinit changes description --- diff --git a/Changes b/Changes index 55944b0..478da96 100644 --- a/Changes +++ b/Changes @@ -21,9 +21,8 @@ NEXT * Reinitializing a metaclass no longer removes the existing method and attribute objects (it instead fixes them so they are correct for the - reinitialized metaclass). This should make Moose::Util::MetaRole not so - sensitive about when it's able to be called without messing up things - that may already be set up in the metaclass. (doy) + reinitialized metaclass). This should make the order of loading many + MooseX modules less of an issue. (doy) [BUG FIXES]