Acme-Devel-Hide-Tiny

 view release on metacpan or  search on metacpan

xt/author/portability.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More;

eval 'use Test::Portability::Files';
plan skip_all => 'Test::Portability::Files required for testing portability'
    if $@;
options(test_one_dot => 0);
run_tests();



( run in 0.513 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )