From 93ba4df5022a8c4d422dd97a2a13ffa8a8946453 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 16 Mar 2011 01:18:10 -0500 Subject: perl/*: Moved all of the Perl modules to here Signed-off-by: Robby Workman --- perl/perl-TermReadKey/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 perl/perl-TermReadKey/README (limited to 'perl/perl-TermReadKey/README') diff --git a/perl/perl-TermReadKey/README b/perl/perl-TermReadKey/README new file mode 100644 index 0000000000..2a8706305d --- /dev/null +++ b/perl/perl-TermReadKey/README @@ -0,0 +1,9 @@ +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. -- cgit v1.2.3