aboutsummaryrefslogtreecommitdiffstats
path: root/Data-YAML-0.0.6/t/pod.t
blob: 976d7cdfb2a829b1383ffe12570180e25c14668c (plain) (blame)
1
2
3
4
5
6
#!perl -T

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();