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