Checking in changes prior to tagging of version 0.33. Changelog diff is:
[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