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
|
Source: libdata-optlist-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
gregor herrmann <gregoa@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Antonio Radici <antonio@dyne.org>,
Jotam Jr. Trejo <jotamjr@debian.org.sv>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libparams-util-perl,
libsub-install-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-optlist-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-optlist-perl.git
Homepage: https://metacpan.org/release/Data-OptList
Testsuite: autopkgtest-pkg-perl
Package: libdata-optlist-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libparams-util-perl,
libsub-install-perl
Description: module to parse and validate simple name/value option pairs
Data::OptList is a Perl module useful for working with simple name-and-value
option pairs. It assumes any defined scalar is a name and any reference after
it is its value.
|