diff options
Diffstat (limited to 'perl/perl-IO-Tty/README')
-rw-r--r-- | perl/perl-IO-Tty/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-IO-Tty/README b/perl/perl-IO-Tty/README new file mode 100644 index 0000000000..9ac44f7740 --- /dev/null +++ b/perl/perl-IO-Tty/README @@ -0,0 +1,8 @@ +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. |