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