Skip Menu |

This queue is for tickets about the Image-Thumbnail CPAN distribution.

Report information
The Basics
Id: 69897
Status: open
Priority: 0/
Queue: Image-Thumbnail

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

Bug Information
Severity: Normal
Broken in: 0.66
Fixed in: (no value)



Subject: MANIFEST with mixed line endings leads to a signature problem
This ticket has its root in a very old bug in Module::Signature. That bug has been fixed in MS-0.68 and this has an impact on your distro. The bug in Module::Signature was about handling files with Carriage Returns in them (RT #46339). Its behavior is now more robust. But the price for this fix is that it now is not anymore able to verify old signatures against files that mix LF and CRLF line endings. The MANIFEST file unfortunately has mixed line endings and is now rejected by 'cpansign -v' when it is based on Module::Signature 0.68. To fix the current undesirable situation it would suffice to re-release Image-Thumbnail and sign it with Module::Signature 0.68. Fixing the line endings would certainly be considered a bonus by some. HTH, Thanks && Regards
It needs to be mentioned that the extra line with the wrong line ending is coming from MakeMaker, so it might be a bug there. In this case it would help if you could describe how you triggered it.
I think I have identified where the culprit lies and have submitted a patch against ExtUtils::Manifest: https://rt.perl.org:443/rt3/Ticket/Display.html?id=96408