Workaround a bug with threads. cleaning stash with threads can cause panic or SEGV.
[gitmo/Mouse.git] / t / lib / MyMetaclassRole.pm
CommitLineData
3c7ae143 1package MyMetaclassRole;
2use Mouse::Role;
3
41;