From: Peter Rabbitson Date: Tue, 29 Sep 2009 11:45:27 +0000 (+0000) Subject: r7753@Thesaurus: rabbit | 2009-09-29 13:45:02 +0200 X-Git-Tag: v0.09004~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a557f8adc8357410d04217c0f4c2e07a42a4da23;p=p5sagit%2FClass-Accessor-Grouped.git r7753@Thesaurus: rabbit | 2009-09-29 13:45:02 +0200 Fix POD --- diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index 02779e5..0c4b502 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -129,7 +129,7 @@ Returns: none =back Creates a set of read only accessors in a given group. Identical to - but accessors will throw an error if passed a value +L but accessors will throw an error if passed a value rather than setting the value. =cut @@ -151,7 +151,7 @@ Returns: none =back Creates a set of write only accessors in a given group. Identical to - but accessors will throw an error if not passed a +L but accessors will throw an error if not passed a value rather than getting the value. =cut