xref: /aosp_15_r20/external/antlr/runtime/Perl5/t/author/pod.t (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1use strict;
2use warnings;
3
4use Test::More;
5
6eval "use Test::Pod";
7if ($@) {
8    plan skip_all => "Test::Pod required for testing POD: $@";
9}
10all_pod_files_ok();
11