slackbuilds_ponce/perl/perl-IO-Tty/README
B. Watson b41e506575 perl/perl-IO-Tty: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 03:58:47 -04:00

8 lines
320 B
Text

IO::Tty - Perl extension that provides an interface to allow the
creation of a pseudo tty.
IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not
use it directly except to import constants, use IO::Pty.
IO::Pty inherits from IO::Handle and so provides all the methods
defined by the IO::Handle package.