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
|
Source: libgetopt-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: libtest-pod-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgetopt-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgetopt-simple-perl.git
Homepage: https://metacpan.org/release/Getopt-Simple
Package: libgetopt-simple-perl
Architecture: all
Depends: ${perl:Depends},
${misc: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
Multi-Arch: foreign
|