Acme-Dzil-Plugin-Tester
view release on metacpan or search on metacpan
t/release-portability.t view on Meta::CPAN
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
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 1.014 second using v1.01-cache-2.11-cpan-302cb4679cc )