Bonjour,

Je cherche à installer le module LRpt sur ma Debian Etch en passant par cpan shell.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
cpan> install LRpt
Running install for module LRpt
Running make for P/PK/PKALUSKI/LRpt_0.16.tar.gz
  Is already unwrapped into directory /root/.cpan/build/LRpt
  Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
FAILED--no tests were run for some reason.
make: *** [test_dynamic] Erreur 9
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Où pourrais-je connaitre la raison de la non excécution des tests ?
Merci.