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