Acme-CPANAuthors-GitHub

 view release on metacpan or  search on metacpan

xt/portability_filenames.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;

eval "use Test::Portability::Files; 1" or do {
    plan skip_all => 'Test::Portability::Files is not installed.';
};

run_tests();



( run in 2.981 seconds using v1.01-cache-2.11-cpan-364913b4093 )