From: franck cuny Date: Thu, 21 Jan 2010 14:21:58 +0000 (+0100) Subject: POD typo corrected X-Git-Tag: 0.99~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=25b3fdad7a3ace54f2ab57d24fb4a0b7af1dd8ac;p=gitmo%2FClass-MOP.git POD typo corrected --- diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 3b947e4..6dffd9b 100644 --- a/lib/Class/MOP/Attribute.pm +++ b/lib/Class/MOP/Attribute.pm @@ -798,7 +798,7 @@ called when the instance is first being initialized. Returns the value without going through the accessor. Note that this works even with write-only accessors. -=item B<< $sttr->get_raw_value($instance) >> +=item B<< $attr->get_raw_value($instance) >> Returns the value without any side effects such as lazy attributes.