NAME
List::Util::XS - Accelerated implementation of List::Util subs
SYNOPSIS
use List::Util::XS 1.46;
DESCRIPTION
List::Util::XS
contains XS accelerated implementations of the List::Util subroutines. It can be used as a dependency to ensure that these faster versions of the subs are available. This requires a C compiler.
Using List::Util should be preferred for most code, as it will automatically use this module when possible to provide the faster implementations.
SEE ALSO
COPYRIGHT
Copyright (c) 2008 Graham Barr <gbarr@pobox.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.