1List::Util::XS(3pm) Perl Programmers Reference Guide List::Util::XS(3pm)
2
3
4
6 List::Util::XS - Indicate if List::Util was compiled with a C compiler
7
9 use List::Util::XS 1.20;
10
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
19 Scalar::Util, List::Util, List::MoreUtils
20
22 Copyright (c) 2008 Graham Barr <gbarr@pobox.com>. All rights reserved.
23 This program is free software; you can redistribute it and/or modify it
24 under the same terms as Perl itself.
25
26
27
28perl v5.10.1 2009-07-03 List::Util::XS(3pm)