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