Checking if your kit is complete... Looks good Writing Makefile for String::Gsub cp lib/String/Gsub/Matcher.pm blib/lib/String/Gsub/Matcher.pm cp lib/String/Gsub.pm blib/lib/String/Gsub.pm cp lib/String/Gsub/JA.pod blib/lib/String/Gsub/JA.pod cp lib/String/Gsub/Functions/JA.pod blib/lib/String/Gsub/Functions/JA.pod cp lib/String/Gsub/Matcher/JA.pod blib/lib/String/Gsub/Matcher/JA.pod cp lib/String/Gsub/Functions.pm blib/lib/String/Gsub/Functions.pm lib/String/Gsub/JA.pod:1: Unknown command paragraph "=encoding euc-jp" lib/String/Gsub/Matcher/JA.pod:1: Unknown command paragraph "=encoding euc-jp" lib/String/Gsub/Functions/JA.pod:1: Unknown command paragraph "=encoding euc-jp" Manifying blib/man3/String::Gsub::Matcher.3 Manifying blib/man3/String::Gsub::JA.3 Manifying blib/man3/String::Gsub.3 Manifying blib/man3/String::Gsub::Matcher::JA.3 Manifying blib/man3/String::Gsub::Functions::JA.3 Manifying blib/man3/String::Gsub::Functions.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/00-load...........1..1 ok 1 - use String::Gsub; # Testing String::Gsub 0.04, Perl 5.008002, /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl ok t/boilerplate.......1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/String/Gsub.pm contains no boilerplate text ok t/gsub-functions....1..12 ok 1 - gsub result ok 2 - gsub returns new object ok 3 - gsub doesnt change original ok 4 - gsubx result ok 5 - gsubx returns itself ok 6 - gsubx changes original ok 7 - sub result ok 8 - sub returns new object ok 9 - sub doesnt change original ok 10 - subx result ok 11 - subx returns itself ok 12 - subx changes original ok t/gsub..............1..16 # Failed test (t/gsub.t at line 17) # got: 'aBcaBc' # expected: 'aBcaBc' not ok 1 - gsub result # Failed test (t/gsub.t at line 18) not ok 2 - gsub returns new object # 'aBcaBc' # ne # 'abcabc' ok 3 - gsub returns a object which isa String::Gsub isa String::Gsub # Failed test (t/gsub.t at line 20) not ok 4 - gsub twice # got: 'AbCAbC' # expected: 'AbCAbC' # Failed test (t/gsub.t at line 21) not ok 5 - gsub doesnt change original # got: 'abcabc' # expected: 'abcabc' # Failed test (t/gsub.t at line 28) not ok 6 - gsubx result # got: 'aBcaBc' # expected: 'aBcaBc' # Failed test (t/gsub.t at line 29) not ok 7 - gsubx returns itself # got: 'aBcaBc' # expected: 'aBcaBc' # Failed test (t/gsub.t at line 30) # got: 'aBcaBc' # expected: 'aBcaBc' # Failed test (t/gsub.t at line 37) # got: 'aBcabc' # expected: 'aBcabc' not ok 8 - gsubx changes original not ok 9 - sub result # Failed test (t/gsub.t at line 38) # 'aBcabc' # ne # 'abcabc' # Failed test (t/gsub.t at line 40) # got: 'AbCabc' # expected: 'AbCabc' # Failed test (t/gsub.t at line 41) # got: 'abcabc' # expected: 'abcabc' # Failed test (t/gsub.t at line 48) # got: 'aBcabc' # expected: 'aBcabc' # Failed test (t/gsub.t at line 49) # got: 'aBcabc' # expected: 'aBcabc' # Failed test (t/gsub.t at line 50) # got: 'aBcabc' # expected: 'aBcabc' # Looks like you failed 14 tests of 16. not ok 10 - sub returns new object ok 11 - sub returns a object which isa String::Gsub isa String::Gsub not ok 12 - sub twice not ok 13 - sub doesnt change original not ok 14 - subx result not ok 15 - subx returns itself not ok 16 - subx changes original dubious Test returned status 14 (wstat 3584, 0xe00) DIED. FAILED tests 1-2, 4-10, 12-16 Failed 14/16 tests, 12.50% okay t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD t/string-pattern....1..17 # Failed test (t/string-pattern.t at line 21) # got: 'a(b)ca(b)c' # expected: 'a(b)ca(b)c' not ok 1 - gsub result # Failed test (t/string-pattern.t at line 22) not ok 2 - gsub returns new object # 'a(b)ca(b)c' # ne # 'abcabc' # Failed test (t/string-pattern.t at line 23) not ok 3 - gsub doesnt change original # got: 'abcabc' # expected: 'abcabc' # Failed test (t/string-pattern.t at line 30) not ok 4 - gsubx result # got: 'a(b)ca(b)c' # expected: 'a(b)ca(b)c' # Failed test (t/string-pattern.t at line 31) # got: 'a(b)ca(b)c' # expected: 'a(b)ca(b)c' # Failed test (t/string-pattern.t at line 32) # got: 'a(b)ca(b)c' # expected: 'a(b)ca(b)c' not ok 5 - gsubx returns itself not ok 6 - gsubx changes original # Failed test (t/string-pattern.t at line 39) # got: 'a(b)cabc' # expected: 'a(b)cabc' # Failed test (t/string-pattern.t at line 40) # 'a(b)cabc' # ne # 'abcabc' # Failed test (t/string-pattern.t at line 41) # got: 'abcabc' # expected: 'abcabc' # Failed test (t/string-pattern.t at line 48) # got: 'a(b)cabc' # expected: 'a(b)cabc' # Failed test (t/string-pattern.t at line 49) # got: 'a(b)cabc' # expected: 'a(b)cabc' # Failed test (t/string-pattern.t at line 50) # got: 'a(b)cabc' # expected: 'a(b)cabc' # Failed test (t/string-pattern.t at line 57) # got: 'aBcaBc' # expected: 'aBcaBc' # Failed test (t/string-pattern.t at line 64) # got: 'a(b)ca(b)c' # expected: 'a(b)ca(b)c' # Failed test (t/string-pattern.t at line 68) # got: 'a(a)ca(abca)c' # expected: 'a(a)ca(abca)c' # Failed test (t/string-pattern.t at line 72) # got: 'a(cabc)ca(c)c' # expected: 'a(cabc)ca(c)c' # Failed test (t/string-pattern.t at line 79) # got: 'abc(.)abc(.)' # expected: 'abc(.)abc(.)' not ok 7 - sub result not ok 8 - sub returns new object not ok 9 - sub doesnt change original not ok 10 - subx result not ok 11 - subx returns itself not ok 12 - subx changes original not ok 13 - argument of match callback not ok 14 - gsub match value not ok 15 - gsub prematch value not ok 16 - gsub postmatch value not ok 17 - . matches just `.' # Looks like you failed 17 tests of 17. dubious Test returned status 17 (wstat 4352, 0x1100) DIED. FAILED tests 1-17 Failed 17/17 tests, 0.00% okay Failed 2/7 test scripts, 71.43% okay. 31/49 subtests failed, 36.73% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/gsub.t 14 3584 16 14 87.50% 1-2 4-10 12-16 t/string-pattern.t 17 4352 17 17 100.00% 1-17 2 tests skipped. make: *** [test_dynamic] Error 2