summaryrefslogtreecommitdiff
path: root/t/release-pod-coverage.t
blob: 18a82747f10c5ef74e41a44185cacedf117d1808 (plain)
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' });