POE 1.005 failing test on cygwin w/ perl5.8.8

2009-05-02 Thread M W487
Hi. Can anyone suggest how to overcome this test failure(s)?My platform is cygwin, my perl 5.8.8 (see below) Note: t/30_loops/io_poll/ses_session.t . ok t/30_loops/io_poll/wheel_accept.t skipped: Network access (and permission) required to run this test

Re: POE 1.005 failing test on cygwin w/ perl5.8.8

2009-05-02 Thread Rocco Caputo
It's safe to force installation if you don't need POE::Wheel::ReadLine. My best guess is that the POE::Wheel::ReadLine test is failing because of pseudo-tty compatibility reasons. -- Rocco Caputo - rcap...@pobox.com On May 2, 2009, at 15:56, M W487 wrote: Hi. Can anyone suggest how to

Re: POE 1.005 failing test on cygwin w/ perl5.8.8

2009-05-02 Thread M W487
I am ok with forcing, but I am also okay with trying to work out what is wrong with that compatibility and fixing it for everyone else. On Sat, May 2, 2009 at 7:53 PM, Rocco Caputo rcap...@pobox.com wrote: It's safe to force installation if you don't need POE::Wheel::ReadLine. My best guess