libterm-readkey-perl

Rating: 
0
No votes yet

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.

Application versions: 
AttachmentSizeDate
File libterm-readkey-perl_2.30-4_armel.deb31.66 KB04/08/2013 - 23:30
Changelog: 

libterm-readkey-perl (2.30-4) unstable; urgency=low

[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* Set debhelper compatibility level to 5.
* Set Standards-Version to 3.7.2 (no changes needed).
* debian/rules:
- don't install empty /usr/share/perl5 directory
- use $(CURDIR) instead of `pwd`
- let install target depend on build target
- remove commented out dh_* calls
* debian/rules: delete /usr/share/perl5 only if it exists.

[ Damyan Ivanov ]
* debian/watch: use dist-based URL.
+ also drop uupdate
* add myself to Uploaders
* refresh debian/rules using current dh-make-perl template
* Standards-Version: 3.7.3 (no changes)
* split change to ReadKey.pm into a patch; add quilt
* add pod-typo-479743.patch, fixing a typo in documentation. Thanks to
Reuben Thomas. Closes: #479743