Checking if your kit is complete... Looks good Writing Makefile for Unicode::Wrap cp Wrap.pm blib/lib/Unicode/Wrap.pm Manifying blib/man3/Unicode::Wrap.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00basic............1..5 ok 1 - use Unicode::Wrap; ok 2 - new object ok 3 - simple line breaking ok 4 - can't emergency break ok 5 - more complex ok t/classifications....1..34 ok 1 - use Unicode::Wrap; ok 2 - \x{000A} should be classified 'LF' ok 3 - \x{000C} should be classified 'BK' ok 4 - \x{000D} should be classified 'CR' ok 5 - \x{001B} should be classified 'CM' ok 6 - \x{0020} should be classified 'SP' ok 7 - \x{0021} should be classified 'EX' ok 8 - \x{0022} should be classified 'QU' ok 9 - \x{0025} should be classified 'PO' ok 10 - \x{0028} should be classified 'OP' ok 11 - \x{0029} should be classified 'CL' ok 12 - \x{002B} should be classified 'PR' ok 13 - \x{002C} should be classified 'IS' ok 14 - \x{002D} should be classified 'HY' ok 15 - \x{002E} should be classified 'IS' ok 16 - \x{002F} should be classified 'SY' ok 17 - \x{0035} should be classified 'NU' ok 18 - \x{003F} should be classified 'EX' # Failed test (t/classifications.t at line 56) # got: 'ID' # expected: 'CM' ok 19 - \x{0061} should be classified 'AL' ok 20 - \x{00B4} should be classified 'BB' not ok 21 - \x{1160} should be classified 'CM' ok 22 - \x{1780} should be classified 'SA' ok 23 - \x{2000} should be classified 'BA' ok 24 - \x{200B} should be classified 'ZW' ok 25 - \x{2010} should be classified 'BA' ok 26 - \x{2014} should be classified 'B2' ok 27 - \x{2024} should be classified 'IN' ok 28 - \x{2029} should be classified 'BK' # Failed test (t/classifications.t at line 56) # got: 'WJ' # expected: 'GL' ok 29 - \x{3000} should be classified 'ID' ok 30 - \x{301C} should be classified 'NS' ok 31 - \x{FE50} should be classified 'CL' not ok 32 - \x{FEFF} should be classified 'GL' ok 33 - \x{FF01} should be classified 'EX' ok 34 - \x{FFFC} should be classified 'CB' # Looks like you failed 2 tests of 34. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 21, 32 Failed 2/34 tests, 94.12% okay t/lb-rules...........1..50 ok 1 - use Unicode::Wrap; ok 2 - LB 2: break at end of string ok 3 - LB 3a: always break after LF ok 4 - LB 3a: always break after CR ok 5 - LB 3a: always break after BK ok 6 - LB 3a: do not break between CR and LF ok 7 - LB 3b: do not break before hard line breaks ok 8 - LB 4: do not break before spaces ok 9 - LB 4: do not break before zero-width space ok 10 - LB 5: break after zero-width space ok 11 - LB 5: break after zero-width space # Failed test (t/lb-rules.t at line 25) # got: '2:2:3' # expected: '0:0:3' not ok 12 - LB 6: do not break graphemes # Failed test (t/lb-rules.t at line 26) # got: '2:2:2:3' # expected: '0:0:0:3' not ok 13 - LB 6: do not break graphemes # Failed test (t/lb-rules.t at line 27) # got: '0:2:2:3' # expected: '2:0:0:3' not ok 14 - LB 6: do not break graphemes # Failed test (t/lb-rules.t at line 28) # got: '0:2:0:2:3' # expected: '2:0:0:1:3' not ok 15 - LB 6: do not break graphemes ok 16 - LB 8: do not break before CL ok 17 - LB 8: do not break before EX ok 18 - LB 8: do not break before IS ok 19 - LB 8: do not break before SY ok 20 - LB 9: do not break after [ ok 21 - LB 9: do not break after [, even after spaces ok 22 - LB 10: do not break within "[ ok 23 - LB 10: do not break within "[, even with spaces ok 24 - LB 10: do not break within "[, even with spaces ok 25 - LB 11: do not break within ]h ok 26 - LB 11: do not break within ]h, even with spaces ok 27 - LB 11: do not break within ]h, even with spaces ok 28 - LB 11a: do not break between EM DASH ok 29 - LB 13: do not break before or after NBSP ok 30 - LB 14: do not break before or after quotes ok 31 - LB 14: do not break before or after quotes ok 32 - LB 15: do not break before hyphens ok 33 - LB 15: do not break before hyphens ok 34 - LB 15: do not break after accents ok 35 - LB 15b: break after hyphens ok 36 - LB 15b: break after hyphens ok 37 - LB 15b: break before accents ok 38 - LB 16: do not break between letters and ellipsis ok 39 - LB 16: do not break between numbers and ellipsis ok 40 - LB 16: do not break between ellipsis ok 41 - LB 17: do not break between letters and numbers ok 42 - LB 17: do not break between letters and numbers ok 43 - LB 18: do not break ok 44 - LB 18: do not break ok 45 - LB 18: do not break ok 46 - LB 18: do not break ok 47 - LB 18: do not break ok 48 - LB 18: do not break ok 49 - LB 18: do not break ok 50 - LB 19: do not break between alphabetics # Looks like you failed 4 tests of 50. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 12-15 Failed 4/50 tests, 92.00% okay Failed 2/3 test scripts, 33.33% okay. 6/89 subtests failed, 93.26% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/classifications.t 2 512 34 2 5.88% 21 32 t/lb-rules.t 4 1024 50 4 8.00% 12-15 make: *** [test_dynamic] Error 2