| 61 | | {% PROCESS standard_pod %} |
| | 61 | The superclass L<Class::Accessor::Complex> defines these methods and |
| | 62 | functions: |
| | 63 | |
| | 64 | mk_abstract_accessors(), mk_array_accessors(), mk_boolean_accessors(), |
| | 65 | mk_class_array_accessors(), mk_class_hash_accessors(), |
| | 66 | mk_class_scalar_accessors(), mk_concat_accessors(), |
| | 67 | mk_forward_accessors(), mk_hash_accessors(), mk_integer_accessors(), |
| | 68 | mk_new(), mk_object_accessors(), mk_scalar_accessors(), |
| | 69 | mk_set_accessors(), mk_singleton() |
| | 70 | |
| | 71 | The superclass L<Class::Accessor> defines these methods and functions: |
| | 72 | |
| | 73 | new(), _carp(), _croak(), _mk_accessors(), accessor_name_for(), |
| | 74 | best_practice_accessor_name_for(), best_practice_mutator_name_for(), |
| | 75 | follow_best_practice(), get(), make_accessor(), make_ro_accessor(), |
| | 76 | make_wo_accessor(), mk_accessors(), mk_ro_accessors(), |
| | 77 | mk_wo_accessors(), mutator_name_for(), set() |
| | 78 | |
| | 79 | The superclass L<Class::Accessor::Installer> defines these methods and |
| | 80 | functions: |
| | 81 | |
| | 82 | install_accessor() |
| | 83 | |
| | 84 | =head1 BUGS AND LIMITATIONS |
| | 85 | |
| | 86 | No bugs have been reported. |
| | 87 | |
| | 88 | Please report any bugs or feature requests through the web interface at |
| | 89 | L<http://rt.cpan.org>. |
| | 90 | |
| | 91 | =head1 INSTALLATION |
| | 92 | |
| | 93 | See perlmodinstall for information and options on installing Perl modules. |
| | 94 | |
| | 95 | =head1 AVAILABILITY |
| | 96 | |
| | 97 | The latest version of this module is available from the Comprehensive Perl |
| | 98 | Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN |
| | 99 | site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>. |
| | 100 | |
| | 101 | =head1 AUTHORS |
| | 102 | |
| | 103 | Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >> |
| | 104 | |
| | 105 | =head1 COPYRIGHT AND LICENSE |
| | 106 | |
| | 107 | Copyright 2003-2008 by the authors. |
| | 108 | |
| | 109 | This library is free software; you can redistribute it and/or modify |
| | 110 | it under the same terms as Perl itself. |
| | 111 | |