Subject: | mention IO::Pty in dependencies and test problems |
I received a lot of errors during install, due to the fact that IO::Pty hasn't been installed and is not in the list of dependencies in the README.
Furthermore I get some errors during make test:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00checkout....ok
t/10status......ok
t/20tag.........ok
t/21rtag........ok
t/30update......ok
t/40diff........ok
t/90release.....ok 2/4process ended prematurely at /root/.cpan/build/Cvs-0.01/blib/lib/Cvs/Command/Base.pm line 125
t/90release.....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/90release.t 255 65280 4 2 50.00% 3-4
Failed 1/7 test scripts, 85.71% okay. 2/42 subtests failed, 95.24% okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
If you need further information, please let me know.