not sure how i ever expected that to work
[gitmo/Moose.git] / t / lib / MyMooseB.pm
1 package MyMooseB;
2
3 use Moose;
4
5 1;