Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 66113
Status: resolved
Worked: 15 min
Priority: 0/
Queue: ExtUtils-MakeMaker

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

Bug Information
Severity: Wishlist
Broken in: 6.57_06
Fixed in: (no value)



Subject: WriteMakefile should fail if ^H or other special chars in arguments
WriteMakefile should fail if it get bad characters in its arguments. That would help to warn a CPAN author early. Use case: There is currently a module on the CPAN (Device::Kiln::Orton) which has ^H in its ABSTRACT. This causes problems on the CPAN infrastructure when module metadata is exported as XML as ^H is an invalid XML char. For more details, see RT#58038 https://rt.cpan.org/Ticket/Display.html?id=58038 -- Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/
A reasonable list of acceptable characters would be the list from the XML specification: http://www.w3.org/TR/REC-xml/#charsets -- Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/
I have patched EUMM in the repository to warn and strip control characters from ABSTRACT. Many thanks.
Le 2013-07-15 15:51:30, BINGOS a écrit : Show quoted text
> I have patched EUMM in the repository to warn and strip control > characters from ABSTRACT.
Just for the record: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/23e68e75a5ae8baac9a9312502f303ed4e262222 Show quoted text
> Many thanks.
Thanks for the fix! -- Olivier Mengué - http://perlresume.org/DOLMEN
This issue is now resolved with the release of 6.70 Many thanks.