Subject: | t/singlepart.t fails on win32 |
I found out the t/singlepart.t test fails on Win32/Perl 5.12; I think
because of line endings in the heredoc in the test itself?
t/singlepart.t .... 1/?
# Failed test 'as_string matches'
# at t/singlepart.t line 43.
# got: 'From: me
# To: you
# Subject: test
# MIME-Version: 1.0
# Content-Transfer-Encoding: base64
#
# ClRoaXMgaXMgbXkgc2luZ2xlcGFydCBtZXNzYWdlLgpJdCdzIGJhc2U2NCBlbmNvZGVkLgo=
# '
# expected: 'From: me
# To: you
# Subject: test
# MIME-Version: 1.0
# Content-Transfer-Encoding: base64
#
# ClRoaXMgaXMgbXkgc2luZ2xlcGFydCBtZXNzYWdlLgpJdCdzIGJhc2U2NCBlbmNvZGVkLgo=
# '
# Looks like you failed 1 test of 4.
t/singlepart.t .... Dubious, test returned 1 (wstat 256, 0x100)