libterm-readline-zoid-perl 0.07-4 source package in Ubuntu

Changelog

libterm-readline-zoid-perl (0.07-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:45:16 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libterm-readline-zoid-perl_0.07-4.dsc 2.2 KiB 2dd52e2e2b9e7ade971a9ff870ca7dc67455bcaa052ab5b073a9a2a794435f25
libterm-readline-zoid-perl_0.07.orig.tar.gz 32.6 KiB 76a93ecdf55483dc4ecebe1bf54b91e599ab7236faac7eddf04eee521564d891
libterm-readline-zoid-perl_0.07-4.debian.tar.xz 3.9 KiB 17a4ebf54d1a109e8b2a2bd25bef5ece4f40c912de0fa50e041ce6b8aab0e334

Available diffs

No changes file available.

Binary packages built by this source

libterm-readline-zoid-perl: Pure Perl implementation of Readline libraries

 Term::ReadLine::Zoid provides a set of modules that form an
 interactive input buffer written in plain perl with minimal
 dependencies. It features almost all key-bindings described in the
 posix spec for the sh(1) utility with some extensions like multiline
 editing; this includes a vi-command mode with a save-buffer (for
 copy-pasting) and an undo-stack.
 .
 It is compatible with the Term::ReadLine interface, so it can be
 used with perl programs using this interface.