File: control

package info (click to toggle)
libgetopt-simple-perl 1.52-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 12
  • sloc: perl: 217; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 874 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
Source: libgetopt-simple-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 debhelper,
 dh-buildinfo,
 libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libgetopt-simple-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgetopt-simple-perl.git
Homepage: http://search.cpan.org/dist/Getopt-Simple/

Package: libgetopt-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Description: provide a simple wrapper around Getopt::Long
 The Getopt::Simple module provides a simple way of specifying:
  * Command line switches
  * Type information for switch values
  * Default values for the switches
  * Help text per switch