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

Changelog

libterm-readline-gnu-perl (1.24-2build1) utopic; urgency=medium

  * Rebuild for Perl 5.20.0.
 -- Colin Watson <email address hidden>   Wed, 20 Aug 2014 13:04:40 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libterm-readline-gnu-perl_1.24.orig.tar.gz 72.5 KiB cccd781679f278ee73664e9bd67396dc4832ff0c97fd970d6c846e64df45e136
libterm-readline-gnu-perl_1.24-2build1.debian.tar.gz 7.8 KiB aa1a60f0d82ecc9349c13202025e3c6f541b5666ecf779c92f557c1b7c1439ae
libterm-readline-gnu-perl_1.24-2build1.dsc 2.4 KiB f682d270776d342b45908cd28a30292b3cf9ed83a14b728a8f02df80e0bb4277

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.