Source: libvar-pairs-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 9) Build-Depends-Indep: libautobox-perl, libdevel-callsite-perl, libpadwalker-perl (>= 1.93), perl (>= 5.22) | libdata-alias-perl, perl (>= 5.14) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libvar-pairs-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libvar-pairs-perl.git Homepage: https://metacpan.org/release/Var-Pairs Testsuite: autopkgtest-pkg-perl Package: libvar-pairs-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdevel-callsite-perl, libpadwalker-perl (>= 1.93), perl (>= 5.22) | libdata-alias-perl, perl (>= 5.14) 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.