Blame t/author-pod-coverage.t

Packit e99357
#!perl
Packit e99357
Packit e99357
BEGIN {
Packit e99357
  unless ($ENV{AUTHOR_TESTING}) {
Packit e99357
    require Test::More;
Packit e99357
    Test::More::plan(skip_all => 'these tests are for testing by the author');
Packit e99357
  }
Packit e99357
}
Packit e99357
Packit e99357
# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
Packit e99357
Packit e99357
use Test::Pod::Coverage 1.08;
Packit e99357
use Pod::Coverage::TrustPod;
Packit e99357
Packit e99357
all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });