On Fri Mar 31 16:49:14 2006, guest wrote:
Show quoted text> The cause is that HTML::Entities encodes "'" as ' and not ' 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.