aboutsummaryrefslogtreecommitdiff
path: root/antlr-3.4/runtime/Perl5/t/author/pod.t
blob: e6908b8ddc69fe6200b683696b739c83930dca77 (plain)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

use Test::More;

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