Re: POE 1.005 failing test on cygwin w/ perl5.8.8
Rocco Caputo <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
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: [....]