New test for 5.18.0 -V output
[Config-Perl-V.git] / t / 00_pod.t
blob67d0815723353b6ecca91fcd264d96382f54a7e2
1 #!/usr/bin/perl
3 use Test::More;
5 eval "use Test::Pod 1.00";
6 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
7 all_pod_files_ok ();