X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FAttribute.pm;h=9bc6e302330f03fb844a42da222aa9628100a1c3;hp=d356c74ffd14824a5cfef14104de178b011d33ec;hb=deb9a0f32002cd07012c50884a227335b93f1449;hpb=df77fd72ab8342a9406153b271fa8358e1a5fcae diff --git a/lib/Mouse/Meta/Attribute.pm b/lib/Mouse/Meta/Attribute.pm index d356c74..9bc6e30 100644 --- a/lib/Mouse/Meta/Attribute.pm +++ b/lib/Mouse/Meta/Attribute.pm @@ -562,9 +562,9 @@ on success, otherwise Ces. Creates a new attribute in the owner class, inheriting options from parent classes. Accessors and helper methods are installed. Some error checking is done. -=item C<< get_read_method_ref >> +=head2 C<< get_read_method_ref >> -=item C<< get_write_method_ref >> +=head2 C<< get_write_method_ref >> Returns the subroutine reference of a method suitable for reading or writing the attribute's value in the associated class. These methods