Skip Menu |

This queue is for tickets about the CGI-FormBuilder CPAN distribution.

Report information
The Basics
Id: 16193
Status: rejected
Priority: 0/
Queue: CGI-FormBuilder

People
Owner: Nobody in particular
Requestors: jerius [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.0202
Fixed in: 3.0302



Subject: Test failure on 5.8.7
CGI-FormBuilder-3.0202 perl v5.8.7 Linux malaise 2.6.8-2-k7-smp #1 SMP Thu May 19 18:14:00 JST 2005 i686 GNU/Linux 4 tests fail; log is attached
Now the log is attached!

Message body is not shown because it is too large.

From: Ian Burrell <ianburrell [...] gmail.com>
The cause is that HTML::Entities encodes "'" as &#39; and not &apos; as in the test samples. The behavior of CGI::FormBuilder::Util::escapehtml changes if HTML::Entities is installed. The tests all pass if I remove HTML::Entities.
On Fri Mar 31 16:49:14 2006, guest wrote: Show quoted text
> The cause is that HTML::Entities encodes "'" as &#39; and not &apos; as > in the test samples. The behavior of CGI::FormBuilder::Util::escapehtml > changes if HTML::Entities is installed. The tests all pass if I remove > HTML::Entities.
I confirm. However, removing HTML::Entities properly is impossible when using packages, as it is part of perl-HTML-Parser, wich is required by perl-Template-Toolkit, itself required by perl-CGI-FormBuilder.
From: nwiger [...] gmail.com
Thanks for the input. This is being very actively working on via the mailing list, and will be resolved in 3.0301 due out any day now. -Nate
Sounds like Perl needs better core tests.