README 320 B

123456789
  1. IO::Tty - Perl extension that provides an interface to allow the
  2. creation of a pseudo tty.
  3. IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not
  4. use it directly except to import constants, use IO::Pty.
  5. IO::Pty inherits from IO::Handle and so provides all the methods
  6. defined by the IO::Handle package.