Skip Menu |

This queue is for tickets about the Test-Pod-Coverage CPAN distribution.

Report information
The Basics
Id: 6019
Status: resolved
Priority: 0/
Queue: Test-Pod-Coverage

People
Owner: Nobody in particular
Requestors: adrianh [...] quietstars.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



To: Andy Lester <andy [...] petdance.com>
From: Adrian Howard <adrianh [...] quietstars.com>
Subject: T::P::Coverage doc buggette
Date: Wed, 14 Apr 2004 19:18:08 +0100
Hi Andy, I can't remember if I've told you this before - so apologies if this is a dupe but I've just copied and pasted use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; all_pod_coverage_ok(); From the T::P::C POD again, only to have to replace the 1.08s with 0.08s before it would work :-) Adrian
Fixed in 1.00. Thanks, Adrian.