tiny pod patch to make it more clear when I'm being cyslexid at 2am
t0m [Thu, 2 Apr 2009 01:09:46 +0000 (02:09 +0100)]
Changes
lib/Moose/Util.pm

diff --git a/Changes b/Changes
index 3fd6277..8b460fa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 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
index bc78ab9..0ea6ee5 100644 (file)
@@ -222,7 +222,7 @@ some of them may be useful for use in your own code.
 =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)>