Also see Moose::Manual::Delta for more details of, and workarounds
for, noteworthy changes.
+0.77
+ * Moose::Object
+ - pass a boolean to DEMOLISHALL and DEMOLISH indicating whether or not
+ we are currently in global destruction (doy)
+
0.76 Mon, April 27, 2009
* Moose::Meta::TypeConstraint
- Do not run coercions in coerce() if the value already passes the type
it documented here, or think we missed an important feature, please
send us a patch.
+=head1 Version 0.77
+
+C<DEMOLISHALL> and C<DEMOLISH> now receive an argument indicating whether or
+not we are in global destruction.
+
=head1 Version 0.76
Type constraints no longer run coercions for a value that already matches the
This will call every C<DEMOLISH> method in the inheritance hierarchy,
starting with the object's class and ending with the most distant
-parent.
+parent. C<DEMOLISHALL> and C<DEMOLISH> will receive a boolean
+indicating whether or not we are currently in global destruction.
=item B<< $object->does($role_name) >>