The last commit didn't correctly catch 1 v.s. 1.5, use Perl's fmod function to check...
[gitmo/Mouse.git] / t / lib / Unsweetened.pm
1 package Unsweetened;
2 use strict;
3 use warnings;
4
5 sub unsweetened { 1 }
6
7 1;
8