Import a latest test file for register_type_constraints() and fix tc class
[gitmo/Mouse.git] / t / lib / MyMetaclassRole.pm
CommitLineData
3c7ae143 1package MyMetaclassRole;
2use Mouse::Role;
3
41;