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 35
|
Source: libvar-pairs-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libautobox-perl,
libdevel-callsite-perl,
libpadwalker-perl,
libscope-upper-perl,
perl (>= 5.22) | libdata-alias-perl,
perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libvar-pairs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libvar-pairs-perl.git
Homepage: https://metacpan.org/release/Var-Pairs
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libvar-pairs-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdevel-callsite-perl,
libpadwalker-perl,
libscope-upper-perl,
perl (>= 5.22) | libdata-alias-perl
Recommends: libautobox-perl
Description: Perl module implementing iterators and pair constructors for variables
Var::Pairs exports a small number of subroutines that add some Perl 6
conveniences to Perl 5. Specifically, the module exports several subroutines
that simplify interactions with key/value pairs in hashes and arrays.
.
If the autobox Perl module provided in libautobox-perl package is installed the
object-oriented methods corresponding to the subroutine-based interfaces can be
used.
|