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