Acme-CPANAuthors-India

 view release on metacpan or  search on metacpan

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

#!perl

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.798 second using v1.01-cache-2.11-cpan-ad19def0cd9 )