convert all uses of Test::Exception to Test::Fatal.
[gitmo/Moose.git] / t / lib / MyMooseB.pm
1 package MyMooseB;
2
3 use Moose;
4
5 1;