From: t0m Date: Thu, 2 Apr 2009 01:09:46 +0000 (+0100) Subject: tiny pod patch to make it more clear when I'm being cyslexid at 2am X-Git-Tag: 0.75_01~16^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ff98e476d73b969d98ac7eedb2698864971a6ae;p=gitmo%2FMoose.git tiny pod patch to make it more clear when I'm being cyslexid at 2am --- diff --git a/Changes b/Changes index 3fd6277..8b460fa 100644 --- 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 diff --git a/lib/Moose/Util.pm b/lib/Moose/Util.pm index bc78ab9..0ea6ee5 100644 --- a/lib/Moose/Util.pm +++ b/lib/Moose/Util.pm @@ -222,7 +222,7 @@ some of them may be useful for use in your own code. =item B 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 create one if it does not yet exist. =item B