X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FRegexp-Wildcards.git;a=blobdiff_plain;f=t%2F95-portability-files.t;fp=t%2F95-portability-files.t;h=ab541f3035c5a7691de45403760618ab068e83a5;hp=0000000000000000000000000000000000000000;hb=b59989cf4ef20a00d992f8b249836e8105602f79;hpb=caa5f3c462570ffc1eb2c4222266978d1c925c3b diff --git a/t/95-portability-files.t b/t/95-portability-files.t new file mode 100644 index 0000000..ab541f3 --- /dev/null +++ b/t/95-portability-files.t @@ -0,0 +1,10 @@ +#!perl -T + +use strict; +use warnings; + +use Test::More; + +eval "use Test::Portability::Files"; +plan skip_all => "Test::Portability::Files required for testing filenames portability" if $@; +run_tests();