The last commit didn't correctly catch 1 v.s. 1.5, use Perl's fmod function to check...
[gitmo/Mouse.git] / t / lib / Foo.pm
CommitLineData
60ad2cb7 1
2package Foo;
3use Mouse;
4
5has 'bar' => (is => 'rw');
6
71;