1List::SomeUtils::XS(3)User Contributed Perl DocumentationList::SomeUtils::XS(3)
2
3
4
6 List::SomeUtils::XS - XS implementation for List::SomeUtils
7
9 version 0.58
10
12 There are no user-facing parts here. See List::SomeUtils for API
13 details.
14
15 You shouldn't have to install this module directly. When you install
16 List::SomeUtils, it checks whether your system has a compiler. If it
17 does, then it adds a dependency on this module so that it gets
18 installed and you have the faster XS implementation.
19
20 This distribution requires List::SomeUtils but to avoid a circular
21 dependency, that dependency is explicitly left out from the this
22 distribution's metadata. However, without LSU already installed this
23 module cannot function.
24
26 List::Util, List::AllUtils
27
29 Some parts copyright 2011 Aaron Crane.
30
31 Copyright 2004 - 2010 by Tassilo von Parseval
32
33 Copyright 2013 - 2015 by Jens Rehsack
34
36 Bugs may be submitted at
37 <https://github.com/houseabsolute/List-SomeUtils-XS/issues>.
38
39 I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
40
42 The source code repository for List-SomeUtils-XS can be found at
43 <https://github.com/houseabsolute/List-SomeUtils-XS>.
44
46 If you'd like to thank me for the work I've done on this module, please
47 consider making a "donation" to me via PayPal. I spend a lot of free
48 time creating free software, and would appreciate any support you'd
49 care to offer.
50
51 Please note that I am not suggesting that you must do this in order for
52 me to continue working on this particular software. I will continue to
53 do so, inasmuch as I have in the past, for as long as it interests me.
54
55 Similarly, a donation made in this way will probably not make me work
56 on this software much more, unless I get so many donations that I can
57 consider working on free software full time (let's all have a chuckle
58 at that together).
59
60 To donate, log into PayPal and send money to autarch@urth.org, or use
61 the button at <http://www.urth.org/~autarch/fs-donation.html>.
62
64 Dave Rolsky <autarch@urth.org>
65
67 This software is Copyright (c) 2018 by Dave Rolsky.
68
69 This is free software, licensed under:
70
71 The Artistic License 2.0 (GPL Compatible)
72
73 The full text of the license can be found in the LICENSE file included
74 with this distribution.
75
76
77
78perl v5.28.0 2018-06-08 List::SomeUtils::XS(3)