]> git.vpit.fr Git - perl/modules/autovivification.git/blob - t/95-portability-files.t
Factor the common part of t/20-hash.t and t/21-array.t into a new t/lib/autovivificat...
[perl/modules/autovivification.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();