From 327653fe9ad221126a200ba6e6f686574a663427 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 19 Nov 2005 05:49:50 +0000 Subject: [PATCH] ready for work --- t/POD.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/POD.t b/t/POD.t index 977f818a1..3690b1878 100644 --- a/t/POD.t +++ b/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