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  wrote:

> 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 - [email protected]
>
>
>


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 - [email protected]


On May 2, 2009, at 15:56, M W487 wrote:

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
t/30_loops/io_poll/wheel_curses.t  skipped: Need help with
Curses functions blocking under ptys
t/30_loops/io_poll/wheel_readline.t .. Can't call method  
"get" on an

undefined value at /usr/lib/perl5/site_perl/5.8/POE/Test/Loops/
wheel_readline.pm line 336.
Compilation failed in require at t/30_loops/io_poll/wheel_readline.t  
line

25.
# Looks like your test died before it could output anything.
t/30_loops/io_poll/wheel_readline.t .. Dubious, test  
returned 255

(wstat 65280, 0xff00)
Failed 6/6 subtests
t/30_loops/io_poll/wheel_readwrite.t . ok

and

$ perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:

[]