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