Skip Menu |

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

Report information
The Basics
Id: 3910
Status: new
Priority: 0/
Queue: Pod-POM

People
Owner: Nobody in particular
Requestors: cory.omand [...] sun.com
Cc:
AdminCc:

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



Subject: =for section ignored in htmlview
Running 'make test' for Pod-POM 0.17 under Perl 5.8.1 fails on test one of htmlview.t. The input POD specifies a =for section which is not in the HTMLized output at all.
From: guest
[guest - Tue Sep 30 12:43:53 2003]: Show quoted text
> Running 'make test' for Pod-POM 0.17 under Perl 5.8.1 fails on test > one of htmlview.t. The input POD specifies a =for section which is > not in the HTMLized output at all.
Actually it only fails *some of the times*. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/htmlview.t t/htmlview....1..2 ok 1 ok 2 ok All tests successful. Files=1, Tests=2, 1 wallclock secs ( 0.37 cusr + 0.03 csys = 0.40 CPU) Maybe this is the hash randomisation at work ?
From: ville.skytta [...] iki.fi
Show quoted text
> Actually it only fails *some of the times*.
[...] Show quoted text
> Maybe this is the hash randomisation at work ?
Indeed, I can reproduce the same behaviour on Fedora Core 1, Perl 5.8.1. Running make test ...fails every now and then, but: env PERL_HASH_SEED=0 make test ...succeeds every time.