]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/92-pod-coverage.t
A new PerlScript command that specializes the Perl command to scripts
[perl/modules/Test-Valgrind.git] / t / 92-pod-coverage.t
index 3e6f0da9eebf180953d3396138e08ca11855b73b..dcfcec8032252e4e095c308fb62aa7e89d2b4d0f 100644 (file)
@@ -18,7 +18,7 @@ plan skip_all => "Pod::Coverage $min_pc required for testing POD coverage" if $@
 
 my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' };
 
-plan tests => 14;
+plan tests => 15;
 
 pod_coverage_ok('Test::Valgrind');
 
@@ -31,6 +31,7 @@ pod_coverage_ok('Test::Valgrind::Carp');
 
 pod_coverage_ok('Test::Valgrind::Command');
 pod_coverage_ok('Test::Valgrind::Command::Perl', $trustparents);
+pod_coverage_ok('Test::Valgrind::Command::PerlScript', $trustparents);
 
 pod_coverage_ok('Test::Valgrind::Report');
 pod_coverage_ok('Test::Valgrind::Session');