On Wed Dec 23 10:01:31 2015, SHLOMIF wrote:
Show quoted text> On Sat Nov 08 16:17:53 2008, CHORNY wrote:
> > Windows XP, perl 5.8.8. 5.10.0.
> >
> > Hangs in 03catchsmry.t.
> > Also this test has many warnings:
> > Use of uninitialized value in subtraction (-) at
> > blib\lib/Term/Shell.pm
> > line 347.
> > Use of uninitialized value in subtraction (-) at
> > blib\lib/Term/Shell.pm
> > line 348.
> >
> > P.S Why do you have 2 test suites: in t/ and test.pl?
> >
>
> Based on
https://rt.cpan.org/Ticket/Display.html?id=110555 one should
> note that typing q in the terminal causes the stuck tests to finish
> and the Term-Shell distro to install. More information can be found in
> the link.
It is posible that Win32::Console fails to work propoerly when being run under prove/Test::Harness/etc. There's an open bug report that it doesn't have any tests:
https://rt.cpan.org/Ticket/Display.html?id=76026
Maybe I should do a plan skip_all on Win32 for now.