slackbuilds_ponce/perl/perl-IO-Tty
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
perl-IO-Tty.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
perl-IO-Tty.SlackBuild perl/perl-IO-Tty: Added (Pseudo TTY object class) 2012-04-20 16:19:32 -04:00
README perl/perl-IO-Tty: Added (Pseudo TTY object class) 2012-04-20 16:19:32 -04:00
slack-desc perl/perl-IO-Tty: Added (Pseudo TTY object class) 2012-04-20 16:19:32 -04:00

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.