This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to Scalar-List-Utils-1.15
authorGraham Barr <gbarr@pobox.com>
Fri, 13 May 2005 20:42:53 +0000 (20:42 +0000)
committerGraham Barr <gbarr@pobox.com>
Fri, 13 May 2005 20:42:53 +0000 (20:42 +0000)
commitcf083cf9c54865f7b565dc779f9ce609999b4bb3
tree53905d41c66d3d1ccfa3399cc481376056aa59a3
parent53f5e3f038d2d502e113c7533e1aa8213a6bda1c
Update to Scalar-List-Utils-1.15

p4raw-id: //depot/perl@24465
39 files changed:
MANIFEST
ext/List/Util/Changes
ext/List/Util/Util.xs
ext/List/Util/lib/List/Util.pm
ext/List/Util/lib/Scalar/Util.pm
ext/List/Util/t/blessed.t
ext/List/Util/t/dualvar.t
ext/List/Util/t/first.t
ext/List/Util/t/isvstring.t
ext/List/Util/t/lln.t
ext/List/Util/t/max.t
ext/List/Util/t/maxstr.t
ext/List/Util/t/min.t
ext/List/Util/t/minstr.t
ext/List/Util/t/openhan.t
ext/List/Util/t/p_blessed.t [new file with mode: 0644]
ext/List/Util/t/p_first.t [new file with mode: 0644]
ext/List/Util/t/p_lln.t [new file with mode: 0644]
ext/List/Util/t/p_max.t [new file with mode: 0644]
ext/List/Util/t/p_maxstr.t [new file with mode: 0644]
ext/List/Util/t/p_min.t [new file with mode: 0644]
ext/List/Util/t/p_minstr.t [new file with mode: 0644]
ext/List/Util/t/p_openhan.t [new file with mode: 0644]
ext/List/Util/t/p_readonly.t [new file with mode: 0644]
ext/List/Util/t/p_reduce.t [new file with mode: 0644]
ext/List/Util/t/p_refaddr.t [new file with mode: 0644]
ext/List/Util/t/p_reftype.t [new file with mode: 0644]
ext/List/Util/t/p_shuffle.t [new file with mode: 0644]
ext/List/Util/t/p_sum.t [new file with mode: 0644]
ext/List/Util/t/p_tainted.t [new file with mode: 0644]
ext/List/Util/t/proto.t
ext/List/Util/t/readonly.t
ext/List/Util/t/reduce.t
ext/List/Util/t/refaddr.t
ext/List/Util/t/reftype.t
ext/List/Util/t/shuffle.t
ext/List/Util/t/sum.t
ext/List/Util/t/tainted.t
ext/List/Util/t/weak.t