1List::Util::XS(3)     User Contributed Perl Documentation    List::Util::XS(3)
2
3
4

NAME

6       List::Util::XS - Indicate if List::Util was compiled with a C compiler
7

SYNOPSIS

9           use List::Util::XS 1.20;
10

DESCRIPTION

12       "List::Util::XS" can be used as a dependency to ensure List::Util was
13       installed using a C compiler and that the XS version is installed.
14
15       During installation $List::Util::XS::VERSION will be set to "undef" if
16       the XS was not compiled.
17
18       Starting with release 1.23_03, Scalar-List-Util is always using the XS
19       implementation, but for backwards compatibility, we still ship the
20       "List::Util::XS" module which just loads "List::Util".
21

SEE ALSO

23       Scalar::Util, List::Util, List::MoreUtils
24
26       Copyright (c) 2008 Graham Barr <gbarr@pobox.com>. All rights reserved.
27       This program is free software; you can redistribute it and/or modify it
28       under the same terms as Perl itself.
29
30
31
32perl v5.30.1                      2020-02-03                 List::Util::XS(3)
Impressum