]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - t/95-portability-files.t
A bare glob that isn't part of a fetch doesn't call get magic anymore in 5.13.7
[perl/modules/Variable-Magic.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();