r7753@Thesaurus: rabbit | 2009-09-29 13:45:02 +0200
Peter Rabbitson [Tue, 29 Sep 2009 11:45:27 +0000 (11:45 +0000)]
 Fix POD

lib/Class/Accessor/Grouped.pm

index 02779e5..0c4b502 100644 (file)
@@ -129,7 +129,7 @@ Returns: none
 =back
 
 Creates a set of read only accessors in a given group. Identical to
-<L:/mk_group_accessors> but accessors will throw an error if passed a value
+L</mk_group_accessors> 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
-<L:/mk_group_accessors> but accessors will throw an error if not passed a
+L</mk_group_accessors> but accessors will throw an error if not passed a
 value rather than getting the value.
 
 =cut