The last commit didn't correctly catch 1 v.s. 1.5, use Perl's fmod function to check...
[gitmo/Mouse.git] / t / lib / Role / Interface.pm
1 package Role::Interface;
2 use Mouse::Role;
3
4 requires "meth2";
5
6 1;