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

SUMMARY

9         use Class::C3; # Automatically loads Class::C3::XS
10                        #  if it's installed locally
11

DESCRIPTION

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

AUTHOR

27       Brandon L. Black, <blblack@gmail.com>
28

LICENSE

30       This library is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.
32
33
34
35perl v5.8.8                       2007-06-13                  Class::C3::XS(3)
Impressum