From: Dave Rolsky Date: Sun, 21 Jun 2009 15:37:56 +0000 (-0500) Subject: Minor doc formatting tweak X-Git-Tag: 0.87~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=038fa73ef96cff5d13d318972983bcfb780bf69d;p=gitmo%2FClass-MOP.git Minor doc formatting tweak --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 4e02264..964e73e 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -1611,10 +1611,10 @@ attributes which are defined in terms of "regular" Perl 5 methods. This will return a L for the specified C<$attribute_name>. If the class does not have the specified -attribute, it returns C. +attribute, it returns C. -NOTE that get_attribute does not search superclasses, for -that you need to use C. +NOTE that get_attribute does not search superclasses, for that you +need to use C. =item B<< $metaclass->has_attribute($attribute_name) >>