]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - t/90-author/portability-files.t
Add author tests
[perl/modules/re-engine-Plugin.git] / t / 90-author / 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();