summaryrefslogtreecommitdiffstats
path: root/perl/perl-IO-Tty/README
diff options
context:
space:
mode:
author Ruari Oedegaard2012-04-20 22:19:32 +0200
committer dsomero2012-04-20 22:19:32 +0200
commitc789f6800bec721a792f4f44ed612a0e2c383631 (patch)
tree3ecde0e151b5b707315f32358ad50ebe09dead28 /perl/perl-IO-Tty/README
parent5566b890b4dcc25dc071cace0d5b93ad254b4891 (diff)
downloadslackbuilds-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/README8
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.