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