File: control

package info (click to toggle)
libgetopt-long-descriptive-perl 0.100-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 32
  • sloc: perl: 1,017; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,522 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
28
29
30
31
32
33
34
Source: libgetopt-long-descriptive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libcpan-meta-check-perl (>= 0.011),
                     libcapture-tiny-perl,
                     libio-stringy-perl,
                     libparams-validate-perl,
                     libsub-exporter-perl,
                     libtest-fatal-perl,
                     libtest-warnings-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgetopt-long-descriptive-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libgetopt-long-descriptive-perl.git
Homepage: https://metacpan.org/release/Getopt-Long-Descriptive

Package: libgetopt-long-descriptive-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-stringy-perl,
         libparams-validate-perl,
         libsub-exporter-perl
Description: module that handles command-line arguments with usage text
 Getopt::Long::Descriptive is a convenience wrapper for Getopt::Long, which
 allows one to easily define options in the same familiar way, while also
 supporting custom descriptions for program usage output.