ready for work
This commit is contained in:
parent
055137c607
commit
327653fe9a
1 changed files with 1 additions and 2 deletions
3
t/POD.t
3
t/POD.t
|
|
@ -29,8 +29,7 @@ diag("Planning on running $moduleCount tests\n");
|
|||
plan tests => $moduleCount;
|
||||
foreach my $package (@modules) {
|
||||
my $pc = Pod::Coverage->new(package=>$package);
|
||||
print $package.":".$pc->coverage.$pc->why_unrated."\n";
|
||||
#ok($pc->coverage, $package);
|
||||
ok($pc->coverage, $package);
|
||||
}
|
||||
|
||||
cleanup(); # this line is required
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue