]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blob - t/95-portability-files.t
Factor t/02-import-arg.t and t/04-fallback-import-arg.t into the same file
[perl/modules/Test-Leaner.git] / t / 95-portability-files.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 eval "use Test::Portability::Files";
9 plan skip_all => "Test::Portability::Files required for testing filenames portability" if $@;
10 run_tests();