Add VERSION section to pods
[gitmo/Mouse.git] / lib / Mouse / Meta / Role / Method.pm
CommitLineData
bc71de54 1package Mouse::Meta::Role::Method;
bc69ee88 2use Mouse::Util; # enables strict and warnings
bc71de54 3
f3bb863f 4use Mouse::Meta::Method;
5our @ISA = qw(Mouse::Meta::Method);
bc71de54 6
71;
bc71de54 8__END__
9
1820fffe 10=head1 NAME
11
12Mouse::Meta::Role::Method - A Mouse Method metaclass for Roles
13
a25ca8d6 14=head1 VERSION
15
16This document describes Mouse version 0.37_06
17
1820fffe 18=head1 SEE ALSO
19
20L<Moose::Meta::Role::Method>
21
22=cut
23