Add an arg check to appply_metaroles()
[gitmo/Mouse.git] / t / lib / MyMetaclassRole.pm
1 package MyMetaclassRole;
2 use Mouse::Role;
3
4 1;