Could you run the test manually and reply with the output?
If using CPAN.pm:
perl -MCPAN -e shell
cpan[4]> look POE
perl Makefile.PL
# prepare ./mylib
make
# edit the readline test, and change the 0 to 1 in sub DEBUG() { 0 }
vim ./t/30_loops/00_base/wheel_readline.pm
# then run the test
perl ./t/30_loops/00_base/wheel_readline.pm
Reply with the results
Cheers!
David
On 2/20/07, Michael Hare <[EMAIL PROTECTED]> wrote:
Hello-
Trying to install POE on a linux host via CPAN; make test is hanging on
the the following test
t/30_loops/10_select/wheel_accept............skipped
all skipped: Network access (and permission) required to run
this test
t/30_loops/10_select/wheel_curses............skipped
all skipped: Need help with Curses functions blocking under ptys
t/30_loops/10_select/wheel_readline..........ok 1/6 <----
What information could I provide to be helpful to try to figure out this
problem?
-Michael