Workaround a bug with threads. cleaning stash with threads can cause panic or SEGV.
[gitmo/Mouse.git] / t / lib / MyMouseB.pm
CommitLineData
4c98ebb0 1package MyMouseB;
2
3use Mouse;
4
51;