File: control

package info (click to toggle)
libterm-readline-perl-perl 1.0303-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 204 kB
  • ctags: 55
  • sloc: perl: 3,092; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 1,091 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
Source: libterm-readline-perl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>, Niko Tyni <ntyni@iki.fi>,
 Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Term-ReadLine-Perl/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libterm-readline-perl-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libterm-readline-perl-perl/

Package: libterm-readline-perl-perl
Architecture: all
Depends: libterm-readkey-perl, ${perl:Depends}, ${misc:Depends}
Description: Perl implementation of Readline libraries
 Term::ReadLine::Perl is a quick implementation of the minimal interface to
 Readline libraries. The implementation is made in Perl (mostly) by Jeffrey
 Friedl. The only thing this library does is to make it conformant (and add
 some minimal changes, like using Term::ReadKey if present, and correct work
 under xterm).