fix "use MyExporter -traits => ..." (RT77974)
[gitmo/Moose.git] / t / lib / MyMooseB.pm
1 package MyMooseB;
2
3 use Moose;
4
5 1;