B. Watson b41e506575 perl/perl-IO-Tty: Wrap README at 72 columns. 2 years ago
..
README b41e506575 perl/perl-IO-Tty: Wrap README at 72 columns. 2 years ago
perl-IO-Tty.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
perl-IO-Tty.info 279e1287e6 perl/perl-IO-Tty: Updated for version 1.14. 4 years ago
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 11 years ago

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.