X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F95-portability-files.t;fp=t%2F95-portability-files.t;h=ab541f3035c5a7691de45403760618ab068e83a5;hb=f848e6464bc46d19e02b827c32e0c0c370bce39f;hp=0000000000000000000000000000000000000000;hpb=06d4a421cd9d9f4698b1901f6caac0a42dfc81b4;p=perl%2Fmodules%2FLaTeX-TikZ.git 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();