summaryrefslogtreecommitdiff
path: root/rt/t/pod.t
blob: d11a497eb88b61eb91d58c8034f21148b7802ec6 (plain)
1
2
3
4
5
6
7
use strict;
use warnings;

use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();