Tue Jan 06 21:28:08 2004andy [...] petdance.com - Ticket created
Date:
Tue, 6 Jan 2004 20:28:03 -0600
From:
Andy Lester <andy [...] petdance.com>
To:
bug-test-pod-coverage [...] rt.cpan.org
Subject:
Failed POD tests should say what failed
JT rightly points out that if a function doesn't have docs, it should
tell us what that function is, so we don't have to go hunting for it.
--
Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
Thu Jan 08 07:57:21 2004Guest - Correspondence added
[PETDANCE - Tue Jan 6 21:28:08 2004]:
Show quoted text
> JT rightly points out that if a function doesn't have docs, it should
> tell us what that function is, so we don't have to go hunting for it.
>
Thu Jan 08 07:58:35 2004Guest - Correspondence added
[PETDANCE - Tue Jan 6 21:28:08 2004]:
Show quoted text
> JT rightly points out that if a function doesn't have docs, it should
> tell us what that function is, so we don't have to go hunting for it.
>
while i'm at it, you should also ammend the pod to include
use Test::More;
eval "use Test::Pod::Coverage();";
plan skip_all => "Test::Pod::Coverage required for testing pod
coverage" if $@;
plan tests => 1;
pod_coverage_ok( "Pod::Master::Html");
Sun Jan 18 22:50:10 2004andy [...] petdance.com - Status changed from 'new' to 'resolved'