]> git.vpit.fr Git - perl/modules/indirect.git/blob - t/95-portability-files.t
Update author tests, and add a POD spelling test
[perl/modules/indirect.git] / t / 95-portability-files.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7
8 use lib 't/lib';
9 use VPIT::TestHelpers;
10
11 load_or_skip('Test::Portability::Files', undef, [ ],
12              'required for testing filenames portability');
13
14 run_tests();