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