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