Class::MOP - all the method methods and tests
[gitmo/Class-MOP.git] / lib / Class / MOP / Method.pm
CommitLineData
8b978dd5 1
2package Class::MOP::Method;
3
4use strict;
5use warnings;
6
7our $VERSION = '0.01';
8
91;
10
11__END__
12
13=pod
14
15=head1 NAME
16
17Class::MOP::Method - Method Meta Object
18
19=head1 SYNOPSIS
20
21=head1 DESCRIPTION
22
23=head1 AUTHOR
24
25Stevan Little E<gt>stevan@iinteractive.comE<lt>
26
27=head1 COPYRIGHT AND LICENSE
28
29Copyright 2006 by Infinity Interactive, Inc.
30
31L<http://www.iinteractive.com>
32
33This library is free software; you can redistribute it and/or modify
34it under the same terms as Perl itself.
35
36=cut