Skip Menu |

This queue is for tickets about the Pod-PseudoPod CPAN distribution.

Report information
The Basics
Id: 56059
Status: resolved
Priority: 0/
Queue: Pod-PseudoPod

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.15



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&#60;&#62;</F><C>Z&#60;&#62;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
On Mon Mar 29 12:09:05 2010, SREZIC wrote: Show quoted text
> At some point between perl 5.11.0 and perl 5.11.1 the test suite > started to fail[...]
It wasn't the version of Perl that was causing the problem, it was the version of Pod::Simple included in core Perl. We made some feature changes to Pod::Simple in the most recent version, and updated Pod::Simple's tests to match, but Pod::PseudoPod had included copies of those tests. There's really no reason for Pod::PseudoPod to copy Pod::Simple's tests, so I've removed those tests and made a new release of Pod::PseudoPod. It should be on CPAN soon, look for version 0.16. Thanks for the report! Allison