slackbuilds/perl/perl-IO-Tty
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README perl/perl-IO-Tty: Added (Pseudo TTY object class) 2012-04-20 16:19:32 -04:00
perl-IO-Tty.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-IO-Tty.info perl/perl-IO-Tty: Updated for version 1.14. 2020-06-01 08:43:55 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.