Codebase list libterm-size-perl-perl / debian/latest t / 98_pod-coverage.t
debian/latest

Tree @debian/latest (Download .tar.gz)

98_pod-coverage.t @debian/latestraw · history · blame

1
2
3
4
5
6
7
8
9
use Test::More;

BEGIN {
    plan skip_all => 'These tests are for release candidate testing'
      unless $ENV{RELEASE_TESTING};
}
use Test::Pod::Coverage 1.04;

all_pod_coverage_ok();