The Mouse dist does no longer include Test::Exception. The latest version, 0.29,...
[gitmo/Mouse.git] / t / lib / Role / Parent.pm
CommitLineData
09584bc5 1package Role::Parent;
2use Mouse::Role;
3
4sub meth2 { }
5sub meth1 { }
6
71;