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 / 01_pod.t
1 #!/usr/bin/perl
2
3 use Test::More;
4
5 eval "use Test::Pod::Coverage tests => 1";
6 plan skip_all => "Test::Pod::Covarage required for testing POD Coverage" if $@;
7 pod_coverage_ok ("Config::Perl::V", "Config::Perl::V is covered");