Barrie Slaymaker wrote:
>
Another thought occurs: IO::Pty has no test suite, but it does
have a "try" program that should do something like:
[barries@jester IO-Tty-0.03]$ ./try
Using /home/barries/.cpan/build/IO-Tty-0.03/blib
io_pty_ttyname/dev/ttya0
master IO::Pty=GLOB(0x81765f0) *Symbol::GEN0 /dev/ttya0
slave IO::Tty=GLOB(0x8177b38) *Symbol::GEN1 /dev/ttya0
1
2
3
4
5
6
7
8
9
10
[barries@jester IO-Tty-0.03]$
Also, if IPC-Run-0.31's (which I sent to schinder directly so as not
to send a 30k attachment to the list) t/pty.t doesn't show much, there's
a line like
# $IPC::Run::debug = 2 ;
near the top of t/pty.t that will shed more light on what's happening
if it's uncommented.
Thanks,
Barrie