1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: libterm-editoredit-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libany-moose-perl,
libtest-most-perl,
libtext-clip-perl,
libtry-tiny-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libterm-editoredit-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libterm-editoredit-perl.git
Homepage: https://metacpan.org/release/Term-EditorEdit
Package: libterm-editoredit-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libany-moose-perl,
libtext-clip-perl,
libtry-tiny-perl
Description: module for editing a document via $EDITOR
Term::EditorEdit is a tool for prompting the user to edit a piece of text via
$VISUAL or $EDITOR and return the result.
.
In addition to just editing a document, this module can distinguish between a
document preamble and document content, giving you a way to provide
"out-of-bound" information to whoever is editing. Once an edit is complete,
only the content (whatever was below the preamble) is returned.
|