1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libterm-readline-zoid-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10~)
Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libterm-readkey-perl, dpatch
Maintainer: Marc 'HE' Brockschmidt <he@debian.org>
Standards-Version: 3.6.2
Package: libterm-readline-zoid-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libterm-readkey-perl
Recommends: perl-modules (>= 5.8) | libfile-temp-perl
Description: Pure Perl implementation of Readline libraries
libterm-readline-zoid-perl 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.
|