summaryrefslogtreecommitdiff
path: root/dist/Pod-Perldoc/t/pod.t
blob: 3dbee4f436b5d401e60e3f1d06c750d1249d34af (plain)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;
use Test::More;

unless ( $ENV{RELEASE_TESTING} ) {
    plan skip_all => 'Pod tests not required for installation.';
}

eval "use Test::Pod 1.22";
plan skip_all => 'Test::Pod 1.22 or higher not installed.' if $@;
all_pod_files_ok();