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 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.10.0/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 ok 6 - Encoding/decoding of x-gzip64: size of testin/fun.txt == size of testout/fun.de6 ok 7 - Encoding/decoding of x-uuencode: size of testin/fun.txt == size of testout/fun.de7 ok 8 - Encoding/decoding of binhex not supported -- skipping test (Can't locate Convert/BinHex.pm) ok 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 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(0x191e9e0), , ) ok 26 - MIME type okay ok 27 - MIME encoding okay ok 28 - msg2 same size as msg3 ok 29 - msg3 size (5835) is same as dup3 size (5835) ok 30 - purge worked ok 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(0x1842cd0), ent->print [43-712 == 669] ok 9 - GLOB(0x1842cd0), print ent->as_string [765-1434] ok 10 - GLOB(0x1842cd0), ent->print_header: ok 11 - GLOB(0x1842cd0), ent->print_body: ok 12 - GLOB(0x1842cd0), ent->bodyhandle->print: ok 13 - GLOB(0x1842cd0), print ent->bodyhandle->data: ok 14 - GLOB ref: size ./testout/gauntlet.out (3201) == 3201? ok 15 - IO::File=GLOB(0x191e1a0), ent->print [43-712 == 669] ok 16 - IO::File=GLOB(0x191e1a0), print ent->as_string [765-1434] ok 17 - IO::File=GLOB(0x191e1a0), ent->print_header: ok 18 - IO::File=GLOB(0x191e1a0), ent->print_body: ok 19 - IO::File=GLOB(0x191e1a0), ent->bodyhandle->print: ok 20 - IO::File=GLOB(0x191e1a0), 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(0x1842cd0), ent->print [43-712 == 669] ok 30 - GLOB(0x1842cd0), print ent->as_string [765-1434] ok 31 - GLOB(0x1842cd0), ent->print_header: ok 32 - GLOB(0x1842cd0), ent->print_body: ok 33 - GLOB(0x1842cd0), ent->bodyhandle->print: ok 34 - GLOB(0x1842cd0), print ent->bodyhandle->data: ok 35 - GLOB ref: size ./testout/gauntlet.out (3201) == 3201? ok 36 - IO::File=GLOB(0x1921210), ent->print [43-712 == 669] ok 37 - IO::File=GLOB(0x1921210), print ent->as_string [765-1434] ok 38 - IO::File=GLOB(0x1921210), ent->print_header: ok 39 - IO::File=GLOB(0x1921210), ent->print_body: ok 40 - IO::File=GLOB(0x1921210), ent->bodyhandle->print: ok 41 - IO::File=GLOB(0x1921210), 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(0x1842cd0), ent->print [43-712 == 669] ok 51 - GLOB(0x1842cd0), print ent->as_string [765-1434] ok 52 - GLOB(0x1842cd0), ent->print_header: ok 53 - GLOB(0x1842cd0), ent->print_body: ok 54 - GLOB(0x1842cd0), ent->bodyhandle->print: ok 55 - GLOB(0x1842cd0), print ent->bodyhandle->data: ok 56 - GLOB ref: size ./testout/gauntlet.out (3201) == 3201? ok 57 - IO::File=GLOB(0x1921b30), ent->print [43-712 == 669] ok 58 - IO::File=GLOB(0x1921b30), print ent->as_string [765-1434] ok 59 - IO::File=GLOB(0x1921b30), ent->print_header: ok 60 - IO::File=GLOB(0x1921b30), ent->print_body: ok 61 - IO::File=GLOB(0x1921b30), ent->bodyhandle->print: ok 62 - IO::File=GLOB(0x1921b30), 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? ok 13 - bug 980430-JT: did we get 2 parts? ok 14 - bug: did we get 2 parts? ok t/Parser.............1..31 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 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; ok 2 - Encoded MD5 match ok t/Ref................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 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/Head.t 1 256 20 1 4 2 tests skipped. Failed 1/17 test scripts. 1/321 subtests failed. Files=17, Tests=321, 7 wallclock secs ( 4.48 cusr + 1.29 csys = 5.77 CPU) Failed 1/17 test programs. 1/321 subtests failed. make: *** [test_dynamic] Error 255