1Moose::Meta::Instance(3U)ser Contributed Perl DocumentatiMoonose::Meta::Instance(3)
2
3
4
6 Moose::Meta::Instance - The Moose Instance metaclass
7
9 version 2.2206
10
12 # nothing to see here
13
15 This class provides the low level data storage abstractions for
16 attributes.
17
18 Using this API directly in your own code violates encapsulation, and we
19 recommend that you use the appropriate APIs in Moose::Meta::Class and
20 Moose::Meta::Attribute instead. Those APIs in turn call the methods in
21 this class as appropriate.
22
23 At present, this is an empty subclass of Class::MOP::Instance, so you
24 should see that class for all API details.
25
27 "Moose::Meta::Instance" is a subclass of Class::MOP::Instance.
28
30 See "BUGS" in Moose for details on reporting bugs.
31
33 • Stevan Little <stevan@cpan.org>
34
35 • Dave Rolsky <autarch@urth.org>
36
37 • Jesse Luehrs <doy@cpan.org>
38
39 • Shawn M Moore <sartak@cpan.org>
40
41 • יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
42
43 • Karen Etheridge <ether@cpan.org>
44
45 • Florian Ragwitz <rafl@debian.org>
46
47 • Hans Dieter Pearcey <hdp@cpan.org>
48
49 • Chris Prather <chris@prather.org>
50
51 • Matt S Trout <mstrout@cpan.org>
52
54 This software is copyright (c) 2006 by Infinity Interactive, Inc.
55
56 This is free software; you can redistribute it and/or modify it under
57 the same terms as the Perl 5 programming language system itself.
58
59
60
61perl v5.38.0 2023-07-23 Moose::Meta::Instance(3)