X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F90-author%2Fportability-files.t;fp=t%2F90-author%2Fportability-files.t;h=ab541f3035c5a7691de45403760618ab068e83a5;hb=686fea1f34b041af100934b062781594ee5bc8b5;hp=0000000000000000000000000000000000000000;hpb=53f948489c60cb0a7eff02d0bd9358798e7c897e;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/t/90-author/portability-files.t b/t/90-author/portability-files.t new file mode 100644 index 0000000..ab541f3 --- /dev/null +++ b/t/90-author/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();