X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F91podcoverage.t;h=020fc4705e7c5d34cdd685644f8ae721d7d79007;hb=10e6c94609fc94467ef8f281ffe192d8038ffc9e;hp=7a80911e3ce030a7a3a40403adb4da732f00b013;hpb=c84a43217912905d7fdab027f7ca8641003665ea;p=scpubgit%2FQ-Branch.git diff --git a/t/91podcoverage.t b/t/91podcoverage.t index 7a80911..020fc47 100644 --- a/t/91podcoverage.t +++ b/t/91podcoverage.t @@ -9,7 +9,6 @@ plan skip_all => 'set TEST_POD to enable this test' unless ( $ENV{TEST_POD} || -e 'MANIFEST.SKIP' ); my @modules = sort { $a cmp $b } ( Test::Pod::Coverage::all_modules() ); -plan tests => scalar(@modules); # Since this is about checking documentation, a little documentation # of what this is doing might be in order... @@ -48,3 +47,5 @@ foreach my $module (@modules) { pod_coverage_ok( $module, $parms, "$module POD coverage" ); } } + +done_testing;