libterm-readkey-perl 2.30-4build3 source package in Ubuntu

Changelog

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

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 14:26:54 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Downloads

File Size SHA-256 Checksum
libterm-readkey-perl_2.30.orig.tar.gz 36.1 KiB 8c4c70bf487f2e432046dce07cf4b77ff181667d0905f9cb1203ff95ff5dd5ff
libterm-readkey-perl_2.30-4build3.diff.gz 4.8 KiB 5545785b1eec284afef786a02ecb0709b41285b6a84252171711a0c7ba48a62d
libterm-readkey-perl_2.30-4build3.dsc 2.1 KiB f26a6f5252d36016312c4bd6f87cb52d6d66e6ebd71a0e01619665d7270c13cd

Available diffs

View changes file

Binary packages built by this source

libterm-readkey-perl: 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.