slackbuilds/perl/perl-IO-Tty
B. Watson be67b05d54
perl/perl-IO-Tty: Updated for version 1.20.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-17 18:14:21 +07:00
..
README perl/perl-IO-Tty: Updated for version 1.17, new maintainer. 2023-02-25 09:18:11 +07:00
perl-IO-Tty.SlackBuild perl/perl-IO-Tty: Updated for version 1.20. 2024-08-17 18:14:21 +07:00
perl-IO-Tty.info perl/perl-IO-Tty: Updated for version 1.20. 2024-08-17 18:14:21 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

perl-IO-Tty (Pseudo TTY object class)

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.