Moose used an incorrect cast at the C-level resulting in errors with >2**32 IV's...
[gitmo/Mouse.git] / t / lib / MyMetaclassRole.pm
1 package MyMetaclassRole;
2 use Mouse::Role;
3
4 1;