problème d'installation Number::Format
Bonjour,
j'essaye d'installer Number::Format, mais ça ne fonctionne pas:, le make teste m'affiche ça :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/format_bytes.......ok
t/format_negative....ok
t/format_number......FAILED tests 2-5
Failed 4/9 tests, 55.56% okay
t/format_picture.....FAILED tests 2, 8-11
Failed 5/13 tests, 61.54% okay
t/format_price.......FAILED tests 2-5
Failed 4/6 tests, 33.33% okay
t/locale.............FAILED test 3
Failed 1/3 tests, 66.67% okay
t/object.............ok
t/round..............ok
t/unformat_number....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/format_number.t 9 4 44.44% 2-5
t/format_picture.t 13 5 38.46% 2 8-11
t/format_price.t 6 4 66.67% 2-5
t/locale.t 3 1 33.33% 3
Failed 4/9 test scripts, 55.56% okay. 14/64 subtests failed, 78.12% okay.
make: *** [test_dynamic] Erreur 255 |
Je n'arrive pas à voir quel module il me manque pour pouvoir installer celui-ci.
Auriez-vous une idée ?