The last commit didn't correctly catch 1 v.s. 1.5, use Perl's fmod function to check...
[gitmo/Mouse.git] / xt / 01_pod.t
1 use Test::More;
2 eval "use Test::Pod 1.00";
3 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
4 all_pod_files_ok();