Skip Menu |

This queue is for tickets about the Email-Stuff CPAN distribution.

Report information
The Basics
Id: 132721
Status: open
Priority: 0/
Queue: Email-Stuff

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

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



Subject: Fails (with Email-MIME-1.949?)
On Thu May 28 06:54:32 2020, ANDK wrote: Show quoted text
> As per subject. Sample fail report: > http://www.cpantesters.org/cpan/report/0c70f322-9feb-11ea-8d50- > f5b3b0b0e203
I have encountered this failure as well while testing on FreeBSD-12. ##### Building and testing Email-Stuff-2.105 cp lib/Email/Stuff.pm blib/lib/Email/Stuff.pm PERL_DL_NONLAZY=1 "/usr/home/jkeenan/testing/smoke-me/khw-intrpvar/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harn ess" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t ...... ok # Failed test 'Email contains attachment content-Type' # at t/02_main.t line 99. # 'Date: Tue, 2 Jun 2020 09:36:47 -0400 # MIME-Version: 1.0 # From: "Adam Kennedy" <adam@phase-n.com> # To: adam@phase-n.com # Subject: Hello To:! # Content-Transfer-Encoding: 7bit # Content-Type: multipart/mixed; boundary=15911050073.0C1aE.921 # # # --15911050073.0C1aE.921 # Date: Tue, 2 Jun 2020 09:36:47 -0400 # MIME-Version: 1.0 # Content-Type: text/plain; charset=utf-8; format=flowed # Content-Transfer-Encoding: quoted-printable # # I am an email= # # --15911050073.0C1aE.921 # Date: Tue, 2 Jun 2020 09:36:47 -0400 # MIME-Version: 1.0 # Content-Type: text/plain; name=README # Content-Transfer-Encoding: base64 # Content-Disposition: inline; filename=README # # CgpUaGlzIGFyY2hpdmUgY29udGFpbnMgdGhlIGRpc3RyaWJ1dGlvbiBFbWFpbC1TdHVmZiwKdmVy # c2lvbiAyLjEwNToKCiAgQSBtb3JlIGNhc3VhbCBhcHByb2FjaCB0byBjcmVhdGluZyBhbmQgc2Vu # ZGluZyBFbWFpbDo6IGVtYWlscwoKVGhpcyBzb2Z0d2FyZSBpcyBjb3B5cmlnaHQgKGMpIDIwMTQg # YnkgUmljYXJkbyBTaWduZXMuCgpUaGlzIGlzIGZyZWUgc29mdHdhcmU7IHlvdSBjYW4gcmVkaXN0 # cmlidXRlIGl0IGFuZC9vciBtb2RpZnkgaXQgdW5kZXIKdGhlIHNhbWUgdGVybXMgYXMgdGhlIFBl # cmwgNSBwcm9ncmFtbWluZyBsYW5ndWFnZSBzeXN0ZW0gaXRzZWxmLgoKClRoaXMgUkVBRE1FIGZp # bGUgd2FzIGdlbmVyYXRlZCBieSBEaXN0OjpaaWxsYTo6UGx1Z2luOjpSZWFkbWUgdjUuMDEyLgoK # # --15911050073.0C1aE.921-- # ' # doesn't match '(?^:Content-Type: text/plain; name="README")' # Looks like you failed 1 test of 35. t/02_main.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/35 subtests t/03_singlepart.t ... ok t/04_alternative.t .. ok Test Summary Report ------------------- t/02_main.t (Wstat: 256 Tests: 35 Failed: 1) Failed test: 35 Non-zero exit status: 1 Files=4, Tests=61, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.48 cusr 0.19 csys = 0.70 CPU) Result: FAIL Failed 1/4 test programs. 1/61 subtests failed. *** Error code 255 Stop. make: stopped in /usr/home/jkeenan/.cpanm/work/1591104899.96614/Email-Stuff-2.105 ##### Thank you very much. Jim Keenan