Skip Menu |

This queue is for tickets about the MIME-Lite CPAN distribution.

Report information
The Basics
Id: 13082
Status: new
Priority: 0/
Queue: MIME-Lite

People
Owner: Nobody in particular
Requestors: andrew.benham [...] thus.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.01_04
Fixed in: 3.01



Subject: Line endings are wrong: test 4 in t/data fails
In the gzipped tarball 'MIME-Lite-3.01_04.tar.gz', ALL the text files have <CR><LF> (\r\n) as the line terminator. e.g.: $ xxd testin/hello 0000000: 4865 6c6c 6f0d 0a57 6f72 6c64 0d0a Hello..World.. As a consequence, test 4 in t/data fails everywhere I've tried it (which is on many flavours of Unix): t/addrs.....ok t/data......FAILED test 4 Failed 1/4 tests, 75.00% okay t/head......ok t/parts.....ok t/types.....# #Interaction with MIME::Types has not been tested #as it doesn't seem to be present. t/types.....ok t/verify....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/data.t 4 1 25.00% 4 Failed 1/6 test scripts, 83.33% okay. 1/43 subtests failed, 97.67% okay.