adding meta moose
[gitmo/Moose.git] / lib / Moose / Meta / Class.pm
CommitLineData
c0e30cf5 1
2package Moose::Meta::Class;
3
4use strict;
5use warnings;
6
7use base 'Class::MOP::Class';
8
91;
10
11__END__
12
13=pod
14
15=head1 NAME
16
17Moose::Meta::Class -
18
19=head1 SYNOPSIS
20
21=head1 DESCRIPTION
22
23=head1 METHODS
24
25=over 4
26
27=back
28
29=head1 BUGS
30
31All complex software has bugs lurking in it, and this module is no
32exception. If you find a bug please either email me, or add the bug
33to cpan-RT.
34
35=head1 CODE COVERAGE
36
37I use L<Devel::Cover> to test the code coverage of my tests, below is the
38L<Devel::Cover> report on this module's test suite.
39
40=head1 ACKNOWLEDGEMENTS
41
42=head1 AUTHOR
43
44Stevan Little E<lt>stevan@iinteractive.comE<gt>
45
46=head1 COPYRIGHT AND LICENSE
47
48Copyright 2006 by Infinity Interactive, Inc.
49
50L<http://www.iinteractive.com>
51
52This library is free software; you can redistribute it and/or modify
53it under the same terms as Perl itself.
54
55=cut