Checking if your kit is complete... Looks good Writing Makefile for Lingua::Translate cp lib/Lingua/Translate/Babelfish.pm blib/lib/Lingua/Translate/Babelfish.pm cp lib/Lingua/Translate.pm blib/lib/Lingua/Translate.pm cp lib/Lingua/Translate/SysTran.pm blib/lib/Lingua/Translate/SysTran.pm Manifying blib/man3/Lingua::Translate::Babelfish.3 Manifying blib/man3/Lingua::Translate.3 Manifying blib/man3/Lingua::Translate::SysTran.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-babelfish....1..4 ok 1 - use Lingua::Translate::Babelfish; ok 2 - Lingua::Translate::Babelfish->new() ok 3 - Lingua::Translate::Babelfish->translate [en -> de] ok 4 - dies with bad URI ok t/02-translate....1..6 ok 1 - use Lingua::Translate; ok 2 - Lingua::Translate->new() not ok 3 - Lingua::Translate->translate [en -> de] # Failed test 'Lingua::Translate->translate [en -> de]' # at t/02-translate.t line 31. # '_ ich werden wie einig Zigarette und ein Kasten von Gleich' # doesn't match '(?-xism:m.chte.*Zigaretten)' ok 4 - Set destination character set (euc-jp) ok 5 - Set destination charset (big5) ok 6 - Lingua::Translate->translate [en -> pt] # Looks like you failed 1 test of 6. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/6 tests, 83.33% okay t/03-systran......1..3 ok 1 - use Lingua::Translate; ok 2 - Lingua::Translate::SysTran->new() ok 3 - Lingua::Translate::SysTran->translate() ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02-translate.t 1 256 6 1 3 Failed 1/3 test scripts. 1/13 subtests failed. Files=3, Tests=13, 9 wallclock secs ( 7.67 cusr + 0.53 csys = 8.20 CPU) Failed 1/3 test programs. 1/13 subtests failed. *** Error code 255 make: Fatal error: Command failed for target `test_dynamic'