The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

=head2 [% method.name %]

[% INCLUDE accessor_synopsis -%]
[% IF method.ro;
"Gets the value of the object's "; method.name;
ELSE;
"Gets (and optionally sets) the value of the object's "; method.name;
END; %]

=cut