1Moose::Meta::Method::AcUcseesrsoCro(n3t)ributed Perl DocMuomoesnet:a:tMieotna::Method::Accessor(3)
2
3
4
6 Moose::Meta::Method::Accessor - A Moose Method metaclass for accessors
7
9 This is a subclass of Class::MOP::Method::Accessor and it's primary
10 responsibility is to generate the accessor methods for attributes. It
11 can handle both closure based accessors, as well as inlined source
12 based accessors.
13
14 This is a fairly new addition to the MOP, but this will play an impor‐
15 tant role in the optimization strategy we are currently following.
16
18 generate_accessor_method
19 generate_reader_method
20 generate_writer_method
21 generate_accessor_method_inline
22 generate_reader_method_inline
23 generate_writer_method_inline
24
26 All complex software has bugs lurking in it, and this module is no
27 exception. If you find a bug please either email me, or add the bug to
28 cpan-RT.
29
31 Stevan Little <stevan@iinteractive.com>
32
33 Yuval Kogman <nothingmuch@woobling.com>
34
36 Copyright 2006, 2007 by Infinity Interactive, Inc.
37
38 <http://www.iinteractive.com>
39
40 This library is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43
44
45perl v5.8.8 2007-09-06 Moose::Meta::Method::Accessor(3)