From: Dave Rolsky Date: Thu, 16 Jun 2011 15:26:24 +0000 (-0500) Subject: Changes for rebless_triggers branch X-Git-Tag: 2.0103~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0009d8d00d2cbcea0e367e346f50f5397f1305d3;p=gitmo%2FMoose.git Changes for rebless_triggers branch --- diff --git a/Changes b/Changes index 03f00d6..46c5c09 100644 --- a/Changes +++ b/Changes @@ -23,6 +23,9 @@ for, noteworthy changes. * Moose::Util::apply_all_roles now works even if the applicant is a non-Moose class. (perigrin) + * When an object is reblessed, triggers are called on attributes that are + set during the reblessing. (Karen Etheridge). + [OTHER] * Better error message if Moose->init_meta is called with a 'metaclass'