problems installing POE in linux host

2007-02-20 Thread Michael Hare
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_acceptskipped all skipped: Network access (and permission) required to run this test t/30_loops/10_select/wheel_cursesskipped

Re: problems installing POE in linux host

2007-02-20 Thread David Davis
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

Re: problems installing POE in linux host

2007-02-20 Thread Michael Hare
Please see attached. I haven't stepped through the test code at this point to try to see where the error is. It seems as if the POE module works fine on the host in question although the test has failed. -Michael David Davis wrote: Could you run the test manually and reply with the output?

Re: problems installing POE in linux host

2007-02-20 Thread David Davis
I don't know much about readline, but perhaps someone else could chime in. That test runs fine here. For now you can force install POE on the cpan command line and start hacking. David On 2/20/07, Michael Hare [EMAIL PROTECTED] wrote: Please see attached. I haven't stepped through the test

Re: problems installing POE in linux host

2007-02-20 Thread Rocco Caputo
It may be related to this change, which is not yet released: 2007-01-18 19:31:11 (r2170) by rcaputo poe/t/30_loops/00_base/wheel_readline.pm M Rafael Kitover found out that some .inputrc entries can break the Wheel::ReadLine test. This change sets $ENV{INPUTRC} to a nonexistent