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

Changelog

libterm-readline-gnu-perl (1.20-2build2) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:56:00 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty 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-2build2.debian.tar.gz 7.1 KiB f5c0cee39759b6bc528f365145146b1e04f545dfd03edcf1504064ba81e25bcf
libterm-readline-gnu-perl_1.20-2build2.dsc 2.3 KiB e502623b057d49cbdc62984e9a48b61f0b67479fea5801ed4cf3e150569753af

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.