This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: White-space only
[perl5.git] / cpan / Config-Perl-V / t / 00_pod.t
1 #!/usr/bin/perl
2
3 use Test::More;
4
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 ();