File: control

package info (click to toggle)
libapp-cmd-perl 0.307-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 404 kB
  • ctags: 262
  • sloc: perl: 2,390; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,227 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
Source: libapp-cmd-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libio-tiecombine-perl (>= 1),
  libsub-install-perl, libsub-exporter-perl (>= 0.975),
  libgetopt-long-descriptive-perl (>= 0.084), libstring-rewriteprefix-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
 Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>,
 Nathan Handler <nhandler@ubuntu.com>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/App-Cmd/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapp-cmd-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapp-cmd-perl/

Package: libapp-cmd-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libsub-install-perl,
  libsub-exporter-perl (>= 0.975),
  libgetopt-long-descriptive-perl (>= 0.084), libstring-rewriteprefix-perl
Description: Perl interface to write command line apps with less suffering
 App::Cmd is intended to make it easy to write complex command-line
 applications without having to think about most of the annoying
 things usually involved.
 .
 For information on how to start using App::Cmd, see App::Cmd::Tutorial.