From: Dave Rolsky Date: Fri, 16 Sep 2011 14:50:33 +0000 (-0500) Subject: Changes for bug fix (but it is not totally fixed) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftopic%2Frt-53611;p=gitmo%2FMoose.git Changes for bug fix (but it is not totally fixed) --- diff --git a/Changes b/Changes index 8208be3..dc07bcb 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,12 @@ for, noteworthy changes. MooseX::Role::Parameterized which generate new metaclasses on the fly. (sartak) + [BUG FIXES] + + * When an attribute was removed and then re-added, it's insertion_order + could end up being the same as another attribute. This has been fixed so + that the old order is reused if possible. + [OTHER] * The Class::MOP::load_class and Class::MOP::is_class_loaded subroutines are