Add a test for attribute conflict when composing one role into another
[gitmo/Moose.git] / t / lib / MyMooseB.pm
1 package MyMooseB;
2
3 use Moose;
4
5 1;