Skip Menu |

This queue is for tickets about the Device-Kiln-Orton CPAN distribution.

Report information
The Basics
Id: 58038
Status: open
Priority: 0/
Queue: Device-Kiln-Orton

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
james2vegas [...] aim.com
Cc:
AdminCc:

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



Subject: More embedded ^Hs breaking uploads.rdf
This is a duplicate of RT # 57909, same cause, same effect.


The embedded ^H (backspace) in Makefile.PL breaks http://search.cpan.org/uploads.rdf as it is converted to  which in invalid in XML, e.g.

$ fetch http://search.cpan.org/uploads.rdf                          
Trying 64.235.248.44...
Requesting http://search.cpan.org/uploads.rdf
100% |**************************************************| 50196       00:00   
50196 bytes received in 0.08 seconds (640.08 KB/s)
$ xmllint uploads.rdf
uploads.rdf:846: parser error : xmlParseCharRef: invalid xmlChar value 8
<description>Interface to xymon &#x8;/hobbit client.</description>
                                   
This breaks the news feed reader in (at least) liferea, thunderbird and firefox.  It also breaks XML::Feed's parsing of the feed:

reference to invalid character number at line 846, column 32, byte 41305


Le 2010-06-02 01:48:09, JWRIGHT a écrit : Show quoted text
> The embedded ^H (backspace) in Makefile.PL breaks > http://search.cpan.org/uploads.rdf as it is converted to &#x8; which > in invalid > in XML, e.g.
I've opened RT#66113 against ExtUtils::MakeMaker so that EUMM report the problem early. https://rt.cpan.org/Ticket/Display.html?id=66113 -- Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/