File: control

package info (click to toggle)
libapp-cli-perl 0.08-0%2Bnmu1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 168 kB
  • ctags: 174
  • sloc: perl: 1,946; makefile: 41
file content (15 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libapp-cli-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7), liblocale-maketext-simple-perl, libpod-simple-perl
Maintainer: Bastian Blank <waldi@debian.org>
Standards-Version: 3.7.2

Package: libapp-cli-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Dispatcher module for command line interface programs
 App::CLI dispatches CLI (command line interface) based commands
 into command classes.  It also supports subcommand and per-command
 options.