Improve documents
[gitmo/Mouse.git] / lib / Mouse / Meta / Role / Method.pm
CommitLineData
bc71de54 1package Mouse::Meta::Role::Method;
2use strict;
3use warnings;
4
5use base qw(Mouse::Meta::Method);
6
71;
8
9__END__
10
1820fffe 11=head1 NAME
12
13Mouse::Meta::Role::Method - A Mouse Method metaclass for Roles
14
15=head1 SEE ALSO
16
17L<Moose::Meta::Role::Method>
18
19=cut
20