libterm-readline-gnu-perl 1.20-2build1 source package in Ubuntu

Changelog

libterm-readline-gnu-perl (1.20-2build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:16:14 +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 universe perl

Downloads

File Size SHA-256 Checksum
libterm-readline-gnu-perl_1.20.orig.tar.gz 67.5 KiB 25da93084b57467cf24b85be557b07ade4af03776b8b2d5369d4d76b179edb01
libterm-readline-gnu-perl_1.20-2build1.debian.tar.gz 7.1 KiB d77d9c62c1cdec236401a06840dcce909edc9e5d92a6704fa5df9a78ff2eeb23
libterm-readline-gnu-perl_1.20-2build1.dsc 2.3 KiB 2a0cf6ec5e7da97761e31371893534951c3d28fbb259c42aeb885d28c433cb4e

Available diffs

View changes file

Binary packages built by this source

libterm-readline-gnu-perl: Perl extension for the GNU ReadLine/History Library

 Term::ReadLine::Gnu is a Perl interface to the GNU ReadLine Library, allowing
 developers to provide features including input line editing, input history
 management, word completion and more.
 .
 Through this module, you have access to almost all variables and functions as
 documented in the GNU ReadLine/History Library. This means you can write your
 custom editing function, custom completion function, and so on, with Perl.
 You may find it useful for prototyping before programming with C.