File: control

package info (click to toggle)
libterm-shell-perl 0.02-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 148 kB
  • sloc: perl: 1,006; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 864 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
Source: libterm-shell-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Build-Depends: debhelper (>> 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Term-Shell/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libterm-shell-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libterm-shell-perl.git

Package: libterm-shell-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Recommends: libterm-readline-perl-perl | libterm-readline-gnu-perl
Description: Perl module for writing shell-like interfaces
 Term::Shell makes it joyfully easy to write command-line interfaces in Perl.
 All the boring details like command-line parsing and terminal handling are
 done for you.