1Class::C3::XS(3)      User Contributed Perl Documentation     Class::C3::XS(3)
2
3
4

NAME

6       Class::C3::XS - XS speedups for Class::C3
7

VERSION

9       version 0.15
10

SYNOPSIS

12         use Class::C3; # Automatically loads Class::C3::XS
13                        #  if it's installed locally
14

DESCRIPTION

16       This contains XS performance enhancers for Class::C3 version 0.16 and
17       higher.  The main Class::C3 package will use this package automatically
18       if it can find it.  Do not use this package directly, use Class::C3
19       instead.
20
21       The test suite here is not complete, although it does verify a few
22       basic things.  The best testing comes from running the Class::C3 test
23       suite *after* this module is installed.
24
25       This module won't do anything for you if you're running a version of
26       Class::C3 older than 0.16.  (It's not a dependency because it would be
27       circular with the optional dependency from that package to this one).
28

SUPPORT

30       Bugs may be submitted through the RT bug tracker
31       <https://rt.cpan.org/Public/Dist/Display.html?Name=Class-C3-XS> (or
32       bug-Class-C3-XS@rt.cpan.org <mailto:bug-Class-C3-XS@rt.cpan.org>).
33

AUTHOR

35       Brandon L. Black <blblack@gmail.com>
36

CONTRIBUTORS

38       •   Florian Ragwitz <rafl@debian.org>
39
40       •   Karen Etheridge <ether@cpan.org>
41
42       •   Graham Knop <haarg@haarg.org>
43
44       •   Yuval Kogman <nothingmuch@woobling.org>
45
47       This software is copyright (c) 2007 by Brandon L. Black.
48
49       This is free software; you can redistribute it and/or modify it under
50       the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.32.1                      2021-01-27                  Class::C3::XS(3)
Impressum