Add test - custom error class is causing a warning from make_immutable
[gitmo/Moose.git] / t / lib / MyMooseB.pm
1 package MyMooseB;
2
3 use Moose;
4
5 1;