table of contents
Class::Load::XS(3) | User Contributed Perl Documentation | Class::Load::XS(3) |
NAME¶
Class::Load::XS - XS implementation of parts of Class::Load
VERSION¶
version 0.10
SYNOPSIS¶
use Class::Load;
DESCRIPTION¶
This module provides an XS implementation for portions of Class::Load. See Class::Load for API details.
SUPPORT¶
Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Load-XS> (or bug-Class-Load-XS@rt.cpan.org <mailto:bug-Class-Load-XS@rt.cpan.org>).
There is also a mailing list available for users of this distribution, at <http://lists.perl.org/list/moose.html>.
There is also an irc channel available for users of this distribution, at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
AUTHOR¶
Dave Rolsky <autarch@urth.org>
CONTRIBUTORS¶
- Karen Etheridge <ether@cpan.org>
- Jesse Luehrs <doy@tozt.net>
- hurricup <hurricup@gmail.com>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
2017-04-12 | perl v5.40.0 |