Abilities
view release on metacpan or search on metacpan
t/release-dist-manifest.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 Test::More;
eval "use Test::DistManifest";
plan skip_all => "Test::DistManifest required for testing the manifest"
if $@;
manifest_ok();
( run in 1.216 second using v1.01-cache-2.11-cpan-84e82930d8c )