Skip Menu |

This queue is for tickets about the TermReadKey CPAN distribution.

Report information
The Basics
Id: 84433
Status: resolved
Priority: 0/
Queue: TermReadKey

People
Owner: Nobody in particular
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.30
Fixed in: (no value)



Subject: Tests hang in SetControlChars when run in the background
The tests hang if run in a job in the background just after test 7 in SetControlChars().

    perl Makefile.PL
    make test &

Why would you do this?  I was building a large rpm and put it in the background.
On Thu Apr 04 13:20:21 2013, MSCHWERN wrote: Show quoted text
> The tests hang if run in a job in the background just after test 7 in > SetControlChars(). > > perl Makefile.PL > make test & > > Why would you do this? I was building a large rpm and put it in the > background.
The module is specifically for reading from the console, it is not guaranteed to play well when detached from a real tty. I will consider making the tests discover whether they can safely use the STDIO for a future release. Thanks.