2c0badf36f27a3c35a0a2cf23fe8002c9b8a29e3
[gitmo/Mouse.git] / t / lib / Role / Interface.pm
1 package Role::Interface;
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 requires "meth2";
8
9 1;