NOTICE: This package has been removed from pkgsrc

./wip/p5-List-Pairwise, (Perl Module) List::Pairwise - map/grep arrays and hashes pairwise

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.03, Package name: p5-List-Pairwise-1.03, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: 80b1c33535fe0145b128a8f98a63b66a9965f752
RMD160: dfcc2c29163887606841fb51e9f83975dd9e9c57
Filesize: 26.256 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-07 10:12:34 by Thomas Klausner | Files touched by this commit (3) | Package removed
Log message:
Remove p5-List-Pairwise, imported to devel.
   2015-02-01 15:33:08 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Import p5-List-Pairwise-1.03 as wip/p5-List-Pairwise.

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.