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

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

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