Regenerate test files
[gitmo/Mouse.git] / t / lib / Role / Parent.pm
CommitLineData
09584bc5 1package Role::Parent;
fde8e43f 2# This is automatically generated by author/import-moose-test.pl.
3# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
4use t::lib::MooseCompat;
09584bc5 5use Mouse::Role;
6
7sub meth2 { }
8sub meth1 { }
9
101;