Add == and != operators to Vector
[Math-GSL.git] / xt / 01-portability-files.t
blobc812e343da5306f977051943d627c21cff9215d7
1 use Test::More;
2 eval "use Test::Portability::Files";
3 plan skip_all => "Test::Portability::Files required for testing filenames portability" if $@;
4 run_tests();