Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 102051
Status: open
Priority: 0/
Queue: IO-Async

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

Bug Information
Severity: Wishlist
Broken in: 0.64
Fixed in: (no value)



Subject: pty support?
Couldn't see any reference to this in the docs or source, seems like it could be useful in a few places? I'm thinking something along the lines of IO::Async::Process->new( command => [qw(ssh somehost)], stdio => { via => 'pty' }, ... ) perhaps. cheers, Tom
Yeah; it's on my (unpublished) TODO list. In theory not that hard, just needs IO::Tty. Though it would probably also want some convenience helpers to set the common options and so on, otherwise you might as well just make the IO::Tty/Pty pair yourself and pass that in directly. -- Paul Evans