]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Test POD coverage for Test::Valgrind::{Util,Version}
authorVincent Pit <perl@profvince.com>
Sun, 15 Nov 2015 21:36:40 +0000 (19:36 -0200)
committerVincent Pit <perl@profvince.com>
Sun, 15 Nov 2015 21:38:45 +0000 (19:38 -0200)
t/92-pod-coverage.t

index 0e001f8a365c245021fa1dbb0525627b0ee30e0a..68447a3d8cfb8f359df75f54d997597244f28444 100644 (file)
@@ -13,7 +13,7 @@ load_or_skip_all('Pod::Coverage',       '0.18'     );
 
 my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' };
 
-plan tests => 21;
+plan tests => 23;
 
 pod_coverage_ok('Test::Valgrind');
 
@@ -46,3 +46,6 @@ pod_coverage_ok('Test::Valgrind::Suppressions');
 
 pod_coverage_ok('Test::Valgrind::Tool');
 pod_coverage_ok('Test::Valgrind::Tool::memcheck', $trustparents);
+
+pod_coverage_ok('Test::Valgrind::Util');
+pod_coverage_ok('Test::Valgrind::Version');