From: shelling Date: Wed, 28 Mar 2012 05:50:36 +0000 (+0800) Subject: [pod] set identical explaination in one section X-Git-Tag: 2.0500~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=db31d100fb6cd8d260452ce3156fa8411b9936c5;p=gitmo%2FMoose.git [pod] set identical explaination in one section --- diff --git a/lib/Moose/Manual/Attributes.pod b/lib/Moose/Manual/Attributes.pod index 7f3f043..3e577a1 100644 --- a/lib/Moose/Manual/Attributes.pod +++ b/lib/Moose/Manual/Attributes.pod @@ -61,7 +61,7 @@ read and write the value of that attribute for an object. By default, the accessor method has the same name as the attribute. If you declared your attribute as C then your accessor will be -read-only. If you declared it read-write, you get a read-write +read-only. If you declared it as C, you get a read-write accessor. Simple. Given our C example above, we now have a single C