Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (52d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 13:43:38 UTC Now

2015-02-07 09:11:36 UTC MAIN commitmail json YAML

Import p5-List-Pairwise-1.03 as devel/p5-List-Pairwise,
packaged for wip by mef.

List::Pairwise provides functions to map and grep lists two
elements at a time, setting $a and $b to each pair instead of
setting $_ to each element.

As of version 1.01, List::Pairwise now tries to use the newly
implemented XS functions pairmap, pairgrep, pairfirst and
pairs from List::Util 1.31 and up, resulting in a major
speedup.

New code should now preferably use List::Util functions
directly, with the added benefit of relying on a Perl core
module.

(wiz)