File: control

package info (click to toggle)
libterm-editoredit-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 92 kB
  • ctags: 15
  • sloc: perl: 296; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,344 bytes parent folder | download
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.