[BUG FIXES]
duck_type type constraints now report reasonable errors when given
something which isn't an instance of an object. (t0m)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'
option when that metaclass hasn't been loaded. (jasonmay)