Skip Menu |

This queue is for tickets about the HTML-Hyphenate CPAN distribution.

Report information
The Basics
Id: 61801
Status: resolved
Priority: 0/
Queue: HTML-Hyphenate

People
Owner: IPENBURG [...] cpan.org
Requestors: ANDK [...] cpan.org
IPENBURG [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: 0.04



Subject: Ambiguous use of self closing tag in test
Some systems may fail test 'image with alt attribute' because the markup parser encounters a self closing img tag in a HTML context, which results in "img has an invalid attribute name '/'".
This bug is caused by changes in HTML::Tree 4.0
Subject: HTML::TreeBuilder > 3.23 breaks HTML-Hyphenate
As per subject. I just verified on one of my smokers that the same configuration that was failing started to pass the test as soon as I downgraded HTML::TreeBuilder to 3.23 There are also statistics available that confirm this observation: http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=HTML-Hyphenate-0.03&field=mod%3AHTML%3A%3ATreeBuilder HTH, Thanks && Regards,
Infected by two Changes in HTML::Tree as documented in http://cpansearch.perl.org/src/JFEARN/HTML-Tree-4.1/Changes 1. "'/' is a valid attribute (pull from tokuhirom) (RT #61809)": Fixed in HTML::Tree 4.1. Will bail out when detecting HTML::Tree 4.0 in my tests. 2. "Changes to entity encoding from ord values to XML entities may break tests expecting &#00; style encoding." Will depend my test expectations style on HTML::Tree <=> 4.0