This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to Scalar-List-Utils-1.21 from CPAN
authorGraham Barr <gbarr@pobox.com>
Thu, 14 May 2009 00:55:30 +0000 (19:55 -0500)
committerDavid Mitchell <davem@iabyn.com>
Tue, 30 Jun 2009 20:37:18 +0000 (21:37 +0100)
commit2ff286160a117d4e93cd92474de1931baa671032
tree5d49a6118588d21014c7ec6f5fbd8f0a9df0771a
parent205b02ff96b8c81a341edffc0ca968a8a307bdae
Update to Scalar-List-Utils-1.21 from CPAN
26 files changed:
MANIFEST
ext/List-Util/Changes
ext/List-Util/ListUtil.xs [moved from ext/List-Util/Util.xs with 85% similarity]
ext/List-Util/Makefile.PL
ext/List-Util/XS.pp [new file with mode: 0644]
ext/List-Util/lib/List/Util.pm
ext/List-Util/lib/List/Util/PP.pm [new file with mode: 0644]
ext/List-Util/lib/List/Util/XS.pm [new file with mode: 0644]
ext/List-Util/lib/Scalar/Util.pm
ext/List-Util/lib/Scalar/Util/PP.pm [new file with mode: 0644]
ext/List-Util/t/00version.t
ext/List-Util/t/blessed.t
ext/List-Util/t/dualvar.t
ext/List-Util/t/expfail.t [new file with mode: 0644]
ext/List-Util/t/lln.t
ext/List-Util/t/max.t
ext/List-Util/t/min.t
ext/List-Util/t/openhan.t
ext/List-Util/t/p_00version.t [new file with mode: 0644]
ext/List-Util/t/p_tainted.t
ext/List-Util/t/reduce.t
ext/List-Util/t/refaddr.t
ext/List-Util/t/reftype.t
ext/List-Util/t/stack-corruption.t
ext/List-Util/t/sum.t
ext/List-Util/t/weak.t