1Class::Load::XS(3) User Contributed Perl Documentation Class::Load::XS(3)
2
3
4
6 Class::Load::XS - XS implementation of parts of Class::Load
7
9 version 0.10
10
12 use Class::Load;
13
15 This module provides an XS implementation for portions of Class::Load.
16 See Class::Load for API details.
17
19 Bugs may be submitted through the RT bug tracker
20 <https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Load-XS> (or
21 bug-Class-Load-XS@rt.cpan.org <mailto:bug-Class-Load-XS@rt.cpan.org>).
22
23 There is also a mailing list available for users of this distribution,
24 at <http://lists.perl.org/list/moose.html>.
25
26 There is also an irc channel available for users of this distribution,
27 at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
28
30 Dave Rolsky <autarch@urth.org>
31
33 • Karen Etheridge <ether@cpan.org>
34
35 • Jesse Luehrs <doy@tozt.net>
36
37 • hurricup <hurricup@gmail.com>
38
40 This software is Copyright (c) 2011 by Dave Rolsky.
41
42 This is free software, licensed under:
43
44 The Artistic License 2.0 (GPL Compatible)
45
46
47
48perl v5.34.0 2021-07-22 Class::Load::XS(3)