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

NAME

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

SYNOPSIS

9           # nothing to see here
10

DESCRIPTION

12       This class provides the low level data storage abstractions for
13       attributes.
14
15       Using this API directly in your own code violates encapsulation, and we
16       recommend that you use the appropriate APIs in Moose::Meta::Class and
17       Moose::Meta::Attribute instead. Those APIs in turn call the methods in
18       this class as appropriate.
19
20       At present, this is an empty subclass of Class::MOP::Instance, so you
21       should see that class for all API details.
22

INHERITANCE

24       "Moose::Meta::Instance" is a subclass of Class::MOP::Instance.
25

BUGS

27       See "BUGS" in Moose for details on reporting bugs.
28

AUTHOR

30       Stevan Little <stevan@iinteractive.com>
31
32       Yuval Kogman <nothingmuch@woobling.com>
33
35       Copyright 2006-2010 by Infinity Interactive, Inc.
36
37       <http://www.iinteractive.com>
38
39       This library is free software; you can redistribute it and/or modify it
40       under the same terms as Perl itself.
41
42
43
44perl v5.12.2                      2010-08-28          Moose::Meta::Instance(3)
Impressum