]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - t/95-portability-files.t
Really allow to pass "file => $file" to Test::Valgrind->import
[perl/modules/Test-Valgrind.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();