Skip Menu |

This queue is for tickets about the WWW-Yahoo-Groups CPAN distribution.

Report information
The Basics
Id: 2918
Status: resolved
Priority: 0/
Queue: WWW-Yahoo-Groups

People
Owner: Nobody in particular
Requestors: cpan_rt [...] exo.org.uk
Cc:
AdminCc:

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



Subject: t/99pod.t fails if Test::Pod not installed
Just a quick note to say that you need to tweak t/99pod.t along these lines: -skip "Test::Pod 0.95 not installed.", 1 if $@; +skip "Test::Pod 0.95 not installed.", scalar @files if $@; otherwise it only skips the first test and hence that test script fails. Struan
[guest - Wed Jul 9 02:06:49 2003]: Show quoted text
> Just a quick note to say that you need to tweak t/99pod.t along these > lines: > > -skip "Test::Pod 0.95 not installed.", 1 if $@; > +skip "Test::Pod 0.95 not installed.", scalar @files if $@;
Thanks, applied! I hate these embarrassing mistakes. =) -- Iain.