diff options
Diffstat (limited to 'libraries/perl-TermReadKey/slack-desc')
-rw-r--r-- | libraries/perl-TermReadKey/slack-desc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libraries/perl-TermReadKey/slack-desc b/libraries/perl-TermReadKey/slack-desc deleted file mode 100644 index c4e690c9b0..0000000000 --- a/libraries/perl-TermReadKey/slack-desc +++ /dev/null @@ -1,16 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -perl-TermReadKey: perl-TermReadKey (A perl module for simple terminal control) -perl-TermReadKey: -perl-TermReadKey: Term::ReadKey is a compiled perl module dedicated to providing simple -perl-TermReadKey: control over terminal driver modes (cbreak, raw, cooked, etc.,) -perl-TermReadKey: support for non-blocking reads, if the architecture allows, and some -perl-TermReadKey: generalized handy functions for working with terminals. -perl-TermReadKey: -perl-TermReadKey: Homepage: http://search.cpan.org/~kjalb/TermReadKey-2.14/ |