We only need local $? if we inline calls to DEMOLISH
[gitmo/Moose.git] / t / lib / Role / Parent.pm
CommitLineData
87259f30 1package Role::Parent;
2use Moose::Role;
3
4sub meth2 { }
5sub meth1 { }
6
71;