slackbuilds/perl/perl-IO-Tty
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
..
README perl/perl-IO-Tty: Wrap README at 72 columns. 2022-03-14 03:58:47 -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
slack-desc

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.