warn if we try to overwrite a local function with an accessor
[gitmo/Moose.git] / t / lib / MyMetaclassRole.pm
CommitLineData
fdeb8354 1package MyMetaclassRole;
2use Moose::Role;
3
41;