skip prereq tests on some problematic modules and know broken modules
[gitmo/Moo.git] / xt / lib / ExampleMooseRoleOne.pm
1 package ExampleMooseRoleOne;
2 use Moose::Role;
3
4 1;
5