Also see Moose::Manual::Delta for more details of, and workarounds
for, noteworthy changes.
+ * Moose::Util
+ - Bold the word 'not' in the POD for find_meta (t0m)
+
0.74
* Moose::*
- Call user_class->meta in fewer places, with the eventual
=item B<find_meta($class_or_obj)>
This method takes a class name or object and attempts to find a
-metaclass for the class, if one exists. It will not create one if it
+metaclass for the class, if one exists. It will B<not> create one if it
does not yet exist.
=item B<does_role($class_or_obj, $role_name)>