0.15 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
GPL-1.0-or-later - GNU General Public License v1.0 or later=pod
=encoding UTF-8
=head1 NAME
Class::C3::XS - XS speedups for Class::C3
=head1 VERSION
version 0.15
=head1 SYNOPSIS
use Class::C3; # Automatically loads Class::C3::XS # if it's installed locally
=head1 DESCRIPTION
This contains XS performance enhancers for LClass::C3 version 0.16 and higher. The main LClass::C3 package will use this package automatically if it can find it. Do not use this package directly, use LClass::C3 instead.
The test suite here is not complete, although it does verify a few basic things. The best testing comes from running the LClass::C3 test suite after this module is installed.
This module won't do anything for you if you're running a version of LClass::C3 older than 0.16. (It's not a dependency because it would be circular with the optional dependency from that package to this one).
=head1 SUPPORT
Bugs may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Class-C3-XS> (or L<bug-Class-C3-XS@rt.cpan.org|mailto:bug-Class-C3-XS@rt.cpan.org>).
=head1 AUTHOR
Brandon L. Black blblack@gmail.com
=head1 CONTRIBUTORS
=for stopwords Florian Ragwitz Karen Etheridge Graham Knop Yuval Kogman
=over 4
=item *
Florian Ragwitz rafl@debian.org
=item *
Karen Etheridge ether@cpan.org
=item *
Graham Knop haarg@haarg.org
=item *
Yuval Kogman nothingmuch@woobling.org
=back
=head1 COPYRIGHT AND LICENCE
This software is copyright (c) 2007 by Brandon L. Black.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
=cut