File: release-pod-coverage.t

package info (click to toggle)
libfile-chmod-perl 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 228 kB
  • ctags: 29
  • sloc: perl: 476; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (124)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!perl

BEGIN {
  unless ($ENV{RELEASE_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for release candidate testing');
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.

use Test::Pod::Coverage 1.08;
use Pod::Coverage::TrustPod;

all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });