summaryrefslogtreecommitdiff
path: root/xt/release/pod-syntax.t
blob: 8a22900fcc8e92797cdb2bb26ab464632b061983 (plain)
1
2
3
4
5
6
7
#!perl
use Test::More;

eval "use Test::Pod 1.41";
plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;

all_pod_files_ok();