Add a test for attribute conflict when composing one role into another
[gitmo/Moose.git] / t / lib / MyMetaclassRole.pm
CommitLineData
fdeb8354 1package MyMetaclassRole;
2use Moose::Role;
3
41;