aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/htmlbalance_fails_with_HTML-Tree_v4.mdwn
blob: 2613224cf288acc73f373a260a489d24fe7d29c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!template id=gitbranch branch=smcv/ready/htmlbalance author="[[smcv]]"]]
[[!tag patch]]

My one-patch htmlbalance branch fixes incompatibility with HTML::Tree 4.0.
From the git commit:

    The HTML::Tree changelog says:
    
        [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
        ...
        * Attribute names are now validated in as_XML and invalid names will
          cause an error.
    
    and indeed the regression tests do get an error.

--[[smcv]]