Subject: | Test suite fails with perl 5.11.x and 5.12.0 |
At some point between perl 5.11.0 and perl 5.11.1 the test suite started
to fail with this error message:
# Test 15 got:
"<Document><Para><F>aZ<></F><C>Z<>b</C><I>c</I><B>d</B><X>e</X></Para></Document>"
(t/pod_simple/fcodes.t at line 83)
# Expected:
"<Document><Para><F>a</F><C>b</C><I>c</I><B>d</B><X>e</X></Para></Document>"
# t/pod_simple/fcodes.t line 83 is: ok(
Pod::PseudoPod::XMLOutStream->_out("=pod\n\nF<< aZ<> >>C<<< Z<>b
Show quoted text
>>>I<<<< c >>>>B<< d \t >>X<<\ne >>\n"),
Regards,
Slaven