moooo
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
CommitLineData
7aad237e 1
2package Moose::Meta::Instance;
3
4use strict;
5use warnings;
6
ac1ef2f9 7our $VERSION = '0.01';
7aad237e 8
9use base "Class::MOP::Instance";
7aad237e 10
ac1ef2f9 111;
12
13__END__
14
15=pod
16
17=head1 NAME
18
19Moose::Meta::Instance - The Moose Instance metaclass
20
21=head1 DESCRIPTION
22
23=head1 METHODS
24
25=head1 BUGS
26
27All complex software has bugs lurking in it, and this module is no
28exception. If you find a bug please either email me, or add the bug
29to cpan-RT.
30
31=head1 AUTHOR
32
33Stevan Little E<lt>stevan@iinteractive.comE<gt>
34
35=head1 COPYRIGHT AND LICENSE
36
37Copyright 2006 by Infinity Interactive, Inc.
38
39L<http://www.iinteractive.com>
40
41This library is free software; you can redistribute it and/or modify
42it under the same terms as Perl itself.
7aad237e 43
ac1ef2f9 44=cut