Fix the Perl_call_sv() problem again, and tests for it
[gitmo/Mouse.git] / t / lib / MyMetaclassRole.pm
1 package MyMetaclassRole;
2 use Mouse::Role;
3
4 1;