Acme-DieOnLoad
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 $@;
run_tests();
( run in 0.775 second using v1.01-cache-2.11-cpan-5a3173703d6 )