diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2012-04-20 16:19:32 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 16:19:32 -0400 |
commit | c789f6800bec721a792f4f44ed612a0e2c383631 (patch) | |
tree | 3ecde0e151b5b707315f32358ad50ebe09dead28 /perl/perl-IO-Tty/README | |
parent | 5566b890b4dcc25dc071cace0d5b93ad254b4891 (diff) | |
download | slackbuilds-c789f6800bec721a792f4f44ed612a0e2c383631.tar.gz |
perl/perl-IO-Tty: Added (Pseudo TTY object class)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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. |