WARNING: LICENSE is not a known parameter. Warning: prerequisite File::Temp 0.17 not found. We have 0.16. Checking for module File::Path (version 1)... ok. Checking for module File::Spec (version 0.6)... ok. Checking for module File::Temp (version 0.17)... not found. Checking for module IO::Stringy (version 2.110)... ok. Checking for module MIME::Base64 (version 3.03)... ok. Checking for module Mail::Field (version 1.05)... ok. Checking for module Mail::Header (version 1.01)... ok. Checking for module Mail::Internet (version 1.0203)... ok. *** The following required modules are missing: File::Temp: At least version 0.17 *** Please install them before attempting to use MIME::Tools. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for MIME-tools cp lib/MIME/Body.pm blib/lib/MIME/Body.pm cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm cp lib/MIME/Head.pm blib/lib/MIME/Head.pm cp lib/MIME/Words.pm blib/lib/MIME/Words.pm cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm Manifying blib/man3/MIME::Decoder::Gzip64.3 Manifying blib/man3/MIME::Body.3 Manifying blib/man3/MIME::Field::ContDisp.3 Manifying blib/man3/MIME::Parser::Results.3 Manifying blib/man3/MIME::Field::ContType.3 Manifying blib/man3/MIME::Decoder::NBit.3 Manifying blib/man3/MIME::Entity.3 Manifying blib/man3/MIME::Parser::Filer.3 Manifying blib/man3/MIME::Head.3 Manifying blib/man3/MIME::Words.3 Manifying blib/man3/MIME::Field::ParamVal.3 Manifying blib/man3/MIME::Decoder::BinHex.3 Manifying blib/man3/MIME::Tools.3 Manifying blib/man3/MIME::Field::ConTraEnc.3 Manifying blib/man3/MIME::Decoder::Binary.3 Manifying blib/man3/MIME::Decoder.3 Manifying blib/man3/MIME::Decoder::UU.3 Manifying blib/man3/MIME::Decoder::Base64.3 Manifying blib/man3/MIME::Decoder::QuotedPrint.3 Manifying blib/man3/MIME::WordDecoder.3 Manifying blib/man3/MIME::Parser::Reader.3 Manifying blib/man3/MIME::Parser.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/02-kwalitee........1..0 # Skip Test::Kwalitee not installed; skipping skipped all skipped: Test::Kwalitee not installed; skipping t/02-pod-coverage....1..0 # Skip Test::Pod::Coverage disabled. TEST_POD_COVERAGE=1 if you want it. skipped all skipped: Test::Pod::Coverage disabled. TEST_POD_COVERAGE=1 if you want it. t/02-pod.............1..22 ok 1 - lib/MIME/Body.pm ok 2 - lib/MIME/Decoder.pm ok 3 - lib/MIME/Entity.pm ok 4 - lib/MIME/Head.pm ok 5 - lib/MIME/Parser.pm ok 6 - lib/MIME/Tools.pm ok 7 - lib/MIME/WordDecoder.pm ok 8 - lib/MIME/Words.pm ok 9 - lib/MIME/Decoder/Base64.pm ok 10 - lib/MIME/Decoder/Binary.pm ok 11 - lib/MIME/Decoder/BinHex.pm ok 12 - lib/MIME/Decoder/Gzip64.pm ok 13 - lib/MIME/Decoder/NBit.pm ok 14 - lib/MIME/Decoder/QuotedPrint.pm ok 15 - lib/MIME/Decoder/UU.pm ok 16 - lib/MIME/Field/ContDisp.pm ok 17 - lib/MIME/Field/ConTraEnc.pm ok 18 - lib/MIME/Field/ContType.pm ok 19 - lib/MIME/Field/ParamVal.pm ok 20 - lib/MIME/Parser/Filer.pm ok 21 - lib/MIME/Parser/Reader.pm ok 22 - lib/MIME/Parser/Results.pm ok t/99-prepare.........1..1 ok 1 - ./testout exists ok t/Body...............1..30 ok 1 - MIME::Body::Scalar: opened for writing ok 2 - MIME::Body::Scalar: able to open body for reading? ok 3 - MIME::Body::Scalar: getlines method works? ok 4 - MIME::Body::Scalar: seek(SEEK_START) plus read works? ok 5 - MIME::Body::Scalar: tell and seek(SEEK_CUR) works? ok 6 - MIME::Body::Scalar: seek(SEEK_CUR) plus read works? ok 7 - MIME::Body::Scalar: getline works? ok 8 - MIME::Body::Scalar: as_lines works? ok 9 - MIME::Body::Scalar: as_string works? ok 10 - MIME::Body::File: opened for writing ok 11 - MIME::Body::File: able to open body for reading? ok 12 - MIME::Body::File: getlines method works? ok 13 - MIME::Body::File: seek(SEEK_START) plus read works? ok 14 - MIME::Body::File: tell and seek(SEEK_CUR) works? ok 15 - MIME::Body::File: seek(SEEK_CUR) plus read works? ok 16 - MIME::Body::File: getline works? ok 17 - MIME::Body::File: as_lines works? ok 18 - MIME::Body::File: as_string works? ok 19 - MIME::Body::InCore: opened for writing ok 20 - MIME::Body::InCore: able to open body for reading? ok 21 - MIME::Body::InCore: getlines method works? ok 22 - MIME::Body::InCore: seek(SEEK_START) plus read works? ok 23 - MIME::Body::InCore: tell and seek(SEEK_CUR) works? ok 24 - MIME::Body::InCore: seek(SEEK_CUR) plus read works? ok 25 - MIME::Body::InCore: getline works? ok 26 - MIME::Body::InCore: as_lines works? ok 27 - MIME::Body::InCore: as_string works? ok 28 - chdir to ./testout to avoid clutter ok 29 - file created with leading whitespace, as expected ok 30 - chdir back ok t/Decoder............# Using gzip: 1 1..8 ok 1 - Encoding/decoding of base64: size of testin/fun.txt == size of testout/fun.de1 ok 2 - Encoding/decoding of quoted-printable: size of testin/fun.txt == size of testout/fun.de2 ok 3 - Encoding/decoding of 7bit: size not comparable, marking pass anyway ok 4 - Encoding/decoding of 8bit: size not comparable, marking pass anyway ok 5 - Encoding/decoding of binary: size of testin/fun.txt == size of testout/fun.de5 Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Decoder/Gzip64.pm line 103. # Looks like you planned 8 tests but only ran 5. # Looks like your test died just after 5. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 6-8 Failed 3/8 tests, 62.50% okay t/Entity.............1..30 ok 1 - Path: with no Filename, got default content-type.name ok 2 - Path: with no Filename, got default content-disp.filename ok 3 - Path: with no Filename, got default recommended filename ok 4 - Path: with explicitly undef Filename, got no filename ok 5 - Tested stringify ok 6 - Path: verified explicit 'Filename' ok 7 - Type: default ok ok 8 - Type: explicit ok ok 9 - Encoding: -SUGGEST yields 7bit ok 10 - Encoding: -SUGGEST yields qp ok 11 - Encoding: -SUGGEST yields base64 ok 12 - Charset: default ok ok 13 - Charset: explicit ok 14 - ->body returns an array reference ok 15 - ... of the correct size ok 16 - wrote msg1 to filehandle glob ok 17 - write msg2 to selected filehandle ok 18 - message files are same length Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # Looks like you planned 30 tests but only ran 18. # Looks like your test died just after 18. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 19-30 Failed 12/30 tests, 60.00% okay t/Gauntlet...........1..63 ok 1 - ::GOUT, ent->print [43-712 == 669] ok 2 - ::GOUT, print ent->as_string [765-1434] ok 3 - ::GOUT, ent->print_header: ok 4 - ::GOUT, ent->print_body: ok 5 - ::GOUT, ent->bodyhandle->print: ok 6 - ::GOUT, print ent->bodyhandle->data: ok 7 - BARE FH: size ./testout/gauntlet.out (3201) == 3201? ok 8 - GLOB(0x1818460), ent->print [43-712 == 669] ok 9 - GLOB(0x1818460), print ent->as_string [765-1434] ok 10 - GLOB(0x1818460), ent->print_header: ok 11 - GLOB(0x1818460), ent->print_body: ok 12 - GLOB(0x1818460), ent->bodyhandle->print: ok 13 - GLOB(0x1818460), print ent->bodyhandle->data: ok 14 - GLOB ref: size ./testout/gauntlet.out (3201) == 3201? ok 15 - IO::File=GLOB(0x1377728), ent->print [43-712 == 669] ok 16 - IO::File=GLOB(0x1377728), print ent->as_string [765-1434] ok 17 - IO::File=GLOB(0x1377728), ent->print_header: ok 18 - IO::File=GLOB(0x1377728), ent->print_body: ok 19 - IO::File=GLOB(0x1377728), ent->bodyhandle->print: ok 20 - IO::File=GLOB(0x1377728), print ent->bodyhandle->data: ok 21 - IO::File: size ./testout/gauntlet.out (3201) == 3201? ok 22 - ::GOUT, ent->print [43-712 == 669] ok 23 - ::GOUT, print ent->as_string [765-1434] ok 24 - ::GOUT, ent->print_header: ok 25 - ::GOUT, ent->print_body: ok 26 - ::GOUT, ent->bodyhandle->print: ok 27 - ::GOUT, print ent->bodyhandle->data: ok 28 - BARE FH: size ./testout/gauntlet.out (3201) == 3201? ok 29 - GLOB(0x1818460), ent->print [43-712 == 669] ok 30 - GLOB(0x1818460), print ent->as_string [765-1434] ok 31 - GLOB(0x1818460), ent->print_header: ok 32 - GLOB(0x1818460), ent->print_body: ok 33 - GLOB(0x1818460), ent->bodyhandle->print: ok 34 - GLOB(0x1818460), print ent->bodyhandle->data: ok 35 - GLOB ref: size ./testout/gauntlet.out (3201) == 3201? ok 36 - IO::File=GLOB(0x19115e0), ent->print [43-712 == 669] ok 37 - IO::File=GLOB(0x19115e0), print ent->as_string [765-1434] ok 38 - IO::File=GLOB(0x19115e0), ent->print_header: ok 39 - IO::File=GLOB(0x19115e0), ent->print_body: ok 40 - IO::File=GLOB(0x19115e0), ent->bodyhandle->print: ok 41 - IO::File=GLOB(0x19115e0), print ent->bodyhandle->data: ok 42 - IO::File: size ./testout/gauntlet.out (3201) == 3201? ok 43 - ::GOUT, ent->print [43-712 == 669] ok 44 - ::GOUT, print ent->as_string [765-1434] ok 45 - ::GOUT, ent->print_header: ok 46 - ::GOUT, ent->print_body: ok 47 - ::GOUT, ent->bodyhandle->print: ok 48 - ::GOUT, print ent->bodyhandle->data: ok 49 - BARE FH: size ./testout/gauntlet.out (3201) == 3201? ok 50 - GLOB(0x1818460), ent->print [43-712 == 669] ok 51 - GLOB(0x1818460), print ent->as_string [765-1434] ok 52 - GLOB(0x1818460), ent->print_header: ok 53 - GLOB(0x1818460), ent->print_body: ok 54 - GLOB(0x1818460), ent->bodyhandle->print: ok 55 - GLOB(0x1818460), print ent->bodyhandle->data: ok 56 - GLOB ref: size ./testout/gauntlet.out (3201) == 3201? ok 57 - IO::File=GLOB(0x1911cb8), ent->print [43-712 == 669] ok 58 - IO::File=GLOB(0x1911cb8), print ent->as_string [765-1434] ok 59 - IO::File=GLOB(0x1911cb8), ent->print_header: ok 60 - IO::File=GLOB(0x1911cb8), ent->print_body: ok 61 - IO::File=GLOB(0x1911cb8), ent->bodyhandle->print: ok 62 - IO::File=GLOB(0x1911cb8), print ent->bodyhandle->data: ok 63 - IO::File: size ./testout/gauntlet.out (3201) == 3201? ok t/Head...............1..20 ok 1 - parse failed as expected? ok 2 - parse of good file succeeded as expected? ok 3 - got all fields we expected? # Failed test 'got the subject okay?' not ok 4 - got the subject okay? # at t/Head.t line 53. # got: 'EMPLOYMENT: CHICAGO, IL UNIX/CGI/WEB/DBASE # ' # expected: 'EMPLOYMENT: CHICAGO, IL UNIX/CGI/WEB/DBASE # ' ok 5 - able to set Subject, and get SUBJECT? ok 6 - count method working? ok 7 - got the parameter hash? ok 8 - got the default field? ok 9 - got the name? ok 10 - got the length? ok 11 - got the setting? ok 12 - output is a decent size? ok 13 - Q decoding okay? ok 14 - B encoding and compositing okay? ok 15 - field order preserved under stringify? ok 16 - field order preserved under stringify after fields added? ok 17 - field order is preserved under stringify after decoding? ok 18 - Simple case, good filename ok 19 - Simple case, second-best choice of filename ok 20 - no filenames found # Looks like you failed 1 test of 20. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/20 tests, 95.00% okay t/Misc...............1..14 ok 1 - bug 971008-MWN: are MIME attributes parsed ok? ok 2 - bug 970822-AL: Mail::Field register problem (paramstr) ok 3 - bug 970822-AL: Mail::Field register problem (type) ok 4 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 5 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 6 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 7 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 8 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 9 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 10 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 11 - bug 970725-DNA: QP use of RFC2049 guideline 8 ok 12 - bug 970626-TS: header get_all() case problem fixed? Can't call method "parts" on an undefined value at t/Misc.t line 123. # Looks like you planned 14 tests but only ran 12. # Looks like your test died just after 12. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 13-14 Failed 2/14 tests, 85.71% okay t/Parser.............1..31 Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-31 Failed 31/31 tests, 0.00% okay t/ParserEncoded......1..5 ok 1 - use MIME::Parser; ok 2 - Entity stored encoded ok 3 - Encoded MD5 match ok 4 - Entity stored decoded ok 5 - Decoded MD5 match ok t/ParserPreamble.....1..2 ok 1 - use MIME::Parser; Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, <$fh> line 18. # Looks like you planned 2 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/Ref................1..50 # Failed test 'testmsgs/ak-0696-nest.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 21. # ' # at t/Ref.t line 89. not ok 1 - testmsgs/ak-0696-nest.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 21. # ok 2 - Did purge work? # Failed test 'testmsgs/ak-0696-none.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 21. # ' # at t/Ref.t line 89. not ok 3 - testmsgs/ak-0696-none.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 21. # ok 4 - Did purge work? # Failed test 'testmsgs/ak-0696-replace.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 21. # ' # at t/Ref.t line 89. not ok 5 - testmsgs/ak-0696-replace.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 21. # ok 6 - Did purge work? # Failed test 'testmsgs/bluedot-postcard.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 19. # ' # at t/Ref.t line 89. not ok 7 - testmsgs/bluedot-postcard.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 19. # ok 8 - Did purge work? ok 9 - testmsgs/bluedot-simple.ref Message => testmsgs/bluedot-simple.msg, Parser => anonymous ok 10 - Did purge work? # Failed test 'testmsgs/dup-names.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 27. # ' # at t/Ref.t line 89. not ok 11 - testmsgs/dup-names.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 27. # ok 12 - Did purge work? ok 13 - testmsgs/german.ref Message => testmsgs/german.msg, Parser => anonymous ok 14 - Did purge work? ok 15 - testmsgs/hdr-fakeout.ref, problem: couldn't parse head; error near: # The header is not properly terminated; the "blank line" # actually has a space in it. # ok 16 - Did purge work? # Failed test 'testmsgs/multi-2evil.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 32. # ' # at t/Ref.t line 89. not ok 17 - testmsgs/multi-2evil.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 32. # ok 18 - Did purge work? # Failed test 'testmsgs/multi-2gifs.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 32. # ' # at t/Ref.t line 89. not ok 19 - testmsgs/multi-2gifs.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 32. # ok 20 - Did purge work? # Failed test 'testmsgs/multi-clen.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 15. # ' # at t/Ref.t line 89. not ok 21 - testmsgs/multi-clen.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 15. # ok 22 - Did purge work? # Failed test 'testmsgs/multi-digest.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 18. # ' # at t/Ref.t line 89. not ok 23 - testmsgs/multi-digest.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 18. # ok 24 - Did purge work? # Failed test 'testmsgs/multi-igor.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 31. # ' # at t/Ref.t line 89. not ok 25 - testmsgs/multi-igor.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 31. # ok 26 - Did purge work? # Failed test 'testmsgs/multi-igor2.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 31. # ' # at t/Ref.t line 89. not ok 27 - testmsgs/multi-igor2.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 31. # ok 28 - Did purge work? # Failed test 'testmsgs/multi-nested.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # ' # at t/Ref.t line 89. not ok 29 - testmsgs/multi-nested.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # ok 30 - Did purge work? # Failed test 'testmsgs/multi-nested2.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # ' # at t/Ref.t line 89. not ok 31 - testmsgs/multi-nested2.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # ok 32 - Did purge work? # Failed test 'testmsgs/multi-nested3.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # ' # at t/Ref.t line 89. not ok 33 - testmsgs/multi-nested3.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 22. # ok 34 - Did purge work? # Failed test 'testmsgs/multi-simple.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 15. # ' # at t/Ref.t line 89. not ok 35 - testmsgs/multi-simple.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 15. # ok 36 - Did purge work? # Failed test 'testmsgs/multi-weirdspace.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 30. # ' # at t/Ref.t line 89. not ok 37 - testmsgs/multi-weirdspace.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 30. # ok 38 - Did purge work? ok 39 - testmsgs/re-fwd.ref Message => testmsgs/re-fwd.msg, Parser => anonymous ok 40 - Did purge work? ok 41 - testmsgs/russian.ref Message => testmsgs/russian.msg, Parser => default ok 42 - Did purge work? ok 43 - testmsgs/simple.ref Message => testmsgs/simple.msg, Parser => anonymous ok 44 - Did purge work? # Failed test 'testmsgs/uu-junk-extracted.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 39. # ' # at t/Ref.t line 89. not ok 45 - testmsgs/uu-junk-extracted.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 39. # ok 46 - Did purge work? # Failed test 'testmsgs/uu-junk.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 39. # ' # at t/Ref.t line 89. not ok 47 - testmsgs/uu-junk.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 39. # ok 48 - Did purge work? # Failed test 'testmsgs/uu-zeegee.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 125. # ' # at t/Ref.t line 89. not ok 49 - testmsgs/uu-zeegee.ref, problem: Can't locate object method "seek" via package "File::Temp" at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/MIME-tools/blib/lib/MIME/Parser.pm line 816, line 125. # ok 50 - Did purge work? # Looks like you failed 19 tests of 50. dubious Test returned status 19 (wstat 4864, 0x1300) DIED. FAILED tests 1, 3, 5, 7, 11, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 45, 47, 49 Failed 19/50 tests, 62.00% okay t/Smtpsend...........1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/WordDecoder........1..18 ok 1 - No exceptions ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output ok 3 - Got an exception as expected ok 4 - Got an exception as expected ok 5 - No exceptions ok 6 - =?US-ASCII?Q?Keith_Moore?= produced correct output ok 7 - No exceptions ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= produced correct output ok 9 - No exceptions ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard produced correct output ok 11 - No exceptions ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard produced correct output ok 13 - No exceptions ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output ok 15 - No exceptions ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= # =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= # =?US-ASCII?Q?.._cool!?= produced correct output ok 17 - No exceptions ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output ok t/Words..............1..18 ok 1 - No exceptions ok 2 - Subject: =?ISO-8859-1?Q?Oc=E9_3165_Network_Copier_down_for_maintenance?= produced correct output ok 3 - Got an exception as expected ok 4 - Got an exception as expected ok 5 - No exceptions ok 6 - =?US-ASCII?Q?Keith_Moore?= produced correct output ok 7 - No exceptions ok 8 - =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= produced correct output ok 9 - No exceptions ok 10 - =?ISO-8859-1?Q?Andr=E9_?=(<- one space) Pirard produced correct output ok 11 - No exceptions ok 12 - =?ISO-8859-1?Q?Andr=E9_?= (<- two spaces) Pirard produced correct output ok 13 - No exceptions ok 14 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?==?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?==?US-ASCII?Q?.._cool!?= produced correct output ok 15 - No exceptions ok 16 - =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= # =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= # =?US-ASCII?Q?.._cool!?= produced correct output ok 17 - No exceptions ok 18 - =?ISO-8859-1?Q?=5F-=5F?= produced correct output ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/Decoder.t 255 65280 8 6 6-8 t/Entity.t 255 65280 30 24 19-30 t/Head.t 1 256 20 1 4 t/Misc.t 255 65280 14 4 13-14 t/Parser.t 255 65280 31 62 1-31 t/ParserPreamble.t 255 65280 2 2 2 t/Ref.t 19 4864 50 19 1 3 5 7 11 17 19 21 23 25 27 29 31 33 35 37 45 47 49 2 tests skipped. Failed 7/17 test scripts. 69/321 subtests failed. Files=17, Tests=321, 5 wallclock secs ( 3.40 cusr + 0.94 csys = 4.34 CPU) Failed 7/17 test programs. 69/321 subtests failed. make: *** [test_dynamic] Error 25