1Moose::Meta::Instance(3U)ser Contributed Perl DocumentatiMoonose::Meta::Instance(3)
2
3
4

NAME

6       Moose::Meta::Instance - The Moose Instance metaclass
7

VERSION

9       version 2.2011
10

SYNOPSIS

12           # nothing to see here
13

DESCRIPTION

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

INHERITANCE

27       "Moose::Meta::Instance" is a subclass of Class::MOP::Instance.
28

BUGS

30       See "BUGS" in Moose for details on reporting bugs.
31

AUTHORS

33       ·   Stevan Little <stevan.little@iinteractive.com>
34
35       ·   Dave Rolsky <autarch@urth.org>
36
37       ·   Jesse Luehrs <doy@tozt.net>
38
39       ·   Shawn M Moore <code@sartak.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@weftsoar.net>
48
49       ·   Chris Prather <chris@prather.org>
50
51       ·   Matt S Trout <mst@shadowcat.co.uk>
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.28.1                      2018-05-16          Moose::Meta::Instance(3)
Impressum