Fix another reentrancy issue in Moose::Exporter by additional localising of + test...
[gitmo/Moose.git] / t / lib / MyMetaclassRole.pm
1 package MyMetaclassRole;
2 use Moose::Role;
3
4 1;