test for global destruction bug
[gitmo/Moo.git] / xt / lib / ExampleMooseRoleOne.pm
1 package ExampleMooseRoleOne;
2 use Moose::Role;
3
4 1;
5