summaryrefslogtreecommitdiffstats
path: root/libraries/perl-TermReadKey/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/perl-TermReadKey/README')
-rw-r--r--libraries/perl-TermReadKey/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/perl-TermReadKey/README b/libraries/perl-TermReadKey/README
deleted file mode 100644
index 2a8706305d..0000000000
--- a/libraries/perl-TermReadKey/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Term::ReadKey - A perl module for simple terminal control
-
-Term::ReadKey is a compiled perl module dedicated to providing simple
-control over terminal driver modes (cbreak, raw, cooked, etc.,) support
-for non-blocking reads, if the architecture allows, and some generalized
-handy functions for working with terminals. One of the main goals is to
-have the functions as portable as possible, so you can just plug in "use
-Term::ReadKey" on any architecture and have a good likelyhood of it
-working.