summaryrefslogtreecommitdiff
path: root/t/pod-coverage.t
blob: e2715fdcec00832966325813524e7c07c02185ca (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;
use Test::More;

eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage"
    if $@;
all_pod_coverage_ok();