summaryrefslogtreecommitdiffstats
path: root/perl/perl-IO-Tty/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-IO-Tty/README')
-rw-r--r--perl/perl-IO-Tty/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/perl/perl-IO-Tty/README b/perl/perl-IO-Tty/README
deleted file mode 100644
index 36d395c6c8..0000000000
--- a/perl/perl-IO-Tty/README
+++ /dev/null
@@ -1,10 +0,0 @@
-perl-IO-Tty (Pseudo TTY object class)
-
-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.