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)... ok. 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. Checking if your kit is complete... Looks good Writing Makefile for MIME-tools Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. 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 Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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............# No gzip: skipping x-gzip64 test 1..7 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 ok 6 - Encoding/decoding of x-uuencode: size of testin\fun.txt == size of testout\fun.de6 ok 7 - Encoding/decoding of binhex not supported -- skipping test (Can't locate Convert/BinHex.pm) ok t/Entity.............1..30 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 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 ok 19 - parsed msg1 back in ok 20 - preamble strings match ok 21 - epilogue strings match ok 22 - number of parts is correct (4) ok 23 - GIF is right size (real = 3501, this = 3501) ok 24 - GIF has correct MIME type ok 25 - getline gets correct value (IO = IO::File=GLOB(0x209ecfc), , ) ok 26 - MIME type okay ok 27 - MIME encoding okay ok 28 - msg2 same size as msg3 ok 29 - msg3 size (5956) is same as dup3 size (5956) ok 30 - purge worked ok t/Gauntlet...........1..63 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. ok 1 - ::GOUT, ent->print [45-734 == 689] ok 2 - ::GOUT, print ent->as_string [789-1478] 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 (3298) == 3298? ok 8 - GLOB(0x1b49024), ent->print [45-734 == 689] ok 9 - GLOB(0x1b49024), print ent->as_string [789-1478] ok 10 - GLOB(0x1b49024), ent->print_header: ok 11 - GLOB(0x1b49024), ent->print_body: ok 12 - GLOB(0x1b49024), ent->bodyhandle->print: ok 13 - GLOB(0x1b49024), print ent->bodyhandle->data: ok 14 - GLOB ref: size ./testout/gauntlet.out (3298) == 3298? ok 15 - IO::File=GLOB(0x208e8bc), ent->print [45-734 == 689] ok 16 - IO::File=GLOB(0x208e8bc), print ent->as_string [789-1478] ok 17 - IO::File=GLOB(0x208e8bc), ent->print_header: ok 18 - IO::File=GLOB(0x208e8bc), ent->print_body: ok 19 - IO::File=GLOB(0x208e8bc), ent->bodyhandle->print: ok 20 - IO::File=GLOB(0x208e8bc), print ent->bodyhandle->data: ok 21 - IO::File: size ./testout/gauntlet.out (3298) == 3298? ok 22 - ::GOUT, ent->print [45-734 == 689] ok 23 - ::GOUT, print ent->as_string [789-1478] 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 (3298) == 3298? ok 29 - GLOB(0x1b49024), ent->print [45-734 == 689] ok 30 - GLOB(0x1b49024), print ent->as_string [789-1478] ok 31 - GLOB(0x1b49024), ent->print_header: ok 32 - GLOB(0x1b49024), ent->print_body: ok 33 - GLOB(0x1b49024), ent->bodyhandle->print: ok 34 - GLOB(0x1b49024), print ent->bodyhandle->data: ok 35 - GLOB ref: size ./testout/gauntlet.out (3298) == 3298? ok 36 - IO::File=GLOB(0x209211c), ent->print [45-734 == 689] ok 37 - IO::File=GLOB(0x209211c), print ent->as_string [789-1478] ok 38 - IO::File=GLOB(0x209211c), ent->print_header: ok 39 - IO::File=GLOB(0x209211c), ent->print_body: ok 40 - IO::File=GLOB(0x209211c), ent->bodyhandle->print: ok 41 - IO::File=GLOB(0x209211c), print ent->bodyhandle->data: ok 42 - IO::File: size ./testout/gauntlet.out (3298) == 3298? ok 43 - ::GOUT, ent->print [45-734 == 689] ok 44 - ::GOUT, print ent->as_string [789-1478] 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 (3298) == 3298? ok 50 - GLOB(0x1b49024), ent->print [45-734 == 689] ok 51 - GLOB(0x1b49024), print ent->as_string [789-1478] ok 52 - GLOB(0x1b49024), ent->print_header: ok 53 - GLOB(0x1b49024), ent->print_body: ok 54 - GLOB(0x1b49024), ent->bodyhandle->print: ok 55 - GLOB(0x1b49024), print ent->bodyhandle->data: ok 56 - GLOB ref: size ./testout/gauntlet.out (3298) == 3298? ok 57 - IO::File=GLOB(0x209a6c4), ent->print [45-734 == 689] ok 58 - IO::File=GLOB(0x209a6c4), print ent->as_string [789-1478] ok 59 - IO::File=GLOB(0x209a6c4), ent->print_header: ok 60 - IO::File=GLOB(0x209a6c4), ent->print_body: ok 61 - IO::File=GLOB(0x209a6c4), ent->bodyhandle->print: ok 62 - IO::File=GLOB(0x209a6c4), print ent->bodyhandle->data: ok 63 - IO::File: size ./testout/gauntlet.out (3298) == 3298? ok t/Head...............1..20 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. ok 1 - parse failed as expected? ok 2 - parse of good file succeeded as expected? ok 3 - got all fields we expected? ok 4 - got the subject okay? 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 ok t/Misc...............1..14 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. 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? ok 13 - bug 980430-JT: did we get 2 parts? ok 14 - bug: did we get 2 parts? ok t/Parser.............1..31 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. ok 1 - parse of nested multipart ok 2 - vise gif size ok ok 3 - 3d-eye gif size ok ok 4 - message 1 has a size ok 5 - message 2 has a size ok 6 - message 3 has a size ok 7 - message 4 has a size ok 8 - parse of CRLF-terminated message ok 9 - The object isa MIME::Entity ok 10 - type is text/html ok 11 - The object isa MIME::Entity ok 12 - type is text/html ok 13 - The object isa MIME::Entity ok 14 - type is text/html ok 15 - parse of 2-part simple message (subj ) ok 16 - ->new_tmpfile() lives ok 17 - ->print on fh ok ok 18 - ->seek on fh ok ok 19 - Read line back in OK ok 20 - ->new_tmpfile() lives ok 21 - ->print on fh ok ok 22 - ->seek on fh ok ok 23 - Read line back in OK ok 24 - ->new_tmpfile() lives ok 25 - ->print on fh ok ok 26 - ->seek on fh ok ok 27 - Read line back in OK ok 28 - FH on scalar is OK ok 29 - FH on real file is OK ok 30 - globref is OK ok 31 - tmp_recycling no-op method returned undef ok t/ParserEncoded......1..5 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. 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 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. ok 1 - use MIME::Parser; ok 2 - Encoded MD5 match ok t/Ref................Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. 1..50 ok 1 - testmsgs\ak-0696-nest.ref Message => testmsgs\ak-0696.msg, Parser => anonymous ok 2 - Did purge work? ok 3 - testmsgs\ak-0696-none.ref Message => testmsgs\ak-0696.msg, Parser => anonymous ok 4 - Did purge work? ok 5 - testmsgs\ak-0696-replace.ref Message => testmsgs\ak-0696.msg, Parser => anonymous ok 6 - Did purge work? ok 7 - testmsgs\bluedot-postcard.ref Message => testmsgs\bluedot-postcard.msg, Parser => anonymous ok 8 - Did purge work? ok 9 - testmsgs\bluedot-simple.ref Message => testmsgs\bluedot-simple.msg, Parser => anonymous ok 10 - Did purge work? ok 11 - testmsgs\dup-names.ref Message => testmsgs\dup-names.msg, Parser => anonymous 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? ok 17 - testmsgs\multi-2evil.ref Message => testmsgs\multi-2evil.msg, Parser => anonymous ok 18 - Did purge work? ok 19 - testmsgs\multi-2gifs.ref Message => testmsgs\multi-2gifs.msg, Parser => anonymous ok 20 - Did purge work? ok 21 - testmsgs\multi-clen.ref Message => testmsgs\multi-clen.msg, Parser => anonymous ok 22 - Did purge work? ok 23 - testmsgs\multi-digest.ref Message => testmsgs\multi-digest.msg, Parser => anonymous ok 24 - Did purge work? ok 25 - testmsgs\multi-igor.ref Message => testmsgs\multi-igor.msg, Parser => anonymous ok 26 - Did purge work? ok 27 - testmsgs\multi-igor2.ref Message => testmsgs\multi-igor2.msg, Parser => anonymous ok 28 - Did purge work? ok 29 - testmsgs\multi-nested.ref Message => testmsgs\multi-nested.msg, Parser => anonymous ok 30 - Did purge work? ok 31 - testmsgs\multi-nested2.ref Message => testmsgs\multi-nested2.msg, Parser => anonymous ok 32 - Did purge work? ok 33 - testmsgs\multi-nested3.ref Message => testmsgs\multi-nested3.msg, Parser => anonymous ok 34 - Did purge work? ok 35 - testmsgs\multi-simple.ref Message => testmsgs\multi-simple.msg, Parser => anonymous ok 36 - Did purge work? ok 37 - testmsgs\multi-weirdspace.ref Message => testmsgs\multi-weirdspace.msg, Parser => anonymous 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? ok 45 - testmsgs\uu-junk-extracted.ref Message => testmsgs\uu-junk.msg, Parser => anonymous ok 46 - Did purge work? ok 47 - testmsgs\uu-junk.ref Message => testmsgs\uu-junk.msg, Parser => anonymous ok 48 - Did purge work? ok 49 - testmsgs\uu-zeegee.ref Message => testmsgs\uu-zeegee.msg, Parser => anonymous ok 50 - Did purge work? ok t/Smtpsend...........1..9 Subroutine create redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 14. Subroutine parse redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 25. Subroutine stringify redefined at C:/cpanrun/build/5-10-0/site/lib/Mail/Field/Generic.pm line 30. 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 All tests successful, 2 tests skipped. Files=17, Tests=320, 13 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod