Hi, Thank you for your testing my module. You tested it on 4 platforms. All of them are failed on testing keybind functions. But all other testers' reports don't fail on them.
david> PERL_DL_NONLAZY=1 /usr/local/home/david/cpantesting/perl-5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t david> t/callback....ok david> t/history.....ok david> t/readline....FAILED tests 71, 73 david> Failed 2/104 tests, 98.08% okay I'd like to nail down the problem. If you don't mind, could you run the following command under the directory where you build my module and send the result to me? perl -Mblib -e 'use Term::ReadLine; $t=new Term::ReadLine; $t->rl_function_dumper(0);' This outputs the key-binding information to stderr. Regards, -- Hiroo Hayashi
