fix broken gotos for Catalyst::Plugin::C3, added slightly modified next::method tests...
[gitmo/Class-C3-XS.git] / README
1 NAME
2     Class::C3::XS - XS speedups for Class::C3
3
4 SUMMARY
5       use Class::C3; # Automatically loads Class::C3::XS
6                      #  if it's installed locally
7
8 DESCRIPTION
9     This contains XS performance enhancers for Class::C3 version 0.16 and
10     higher. The main Class::C3 package will use this package automatically
11     if it can find it. Do not use this package directly, use Class::C3
12     instead.
13
14     The test suite here is not complete, although it does verify a few basic
15     things. The best testing comes from running the Class::C3 test suite
16     *after* this module is installed.
17
18     This module won't do anything for you if you're running a version of
19     Class::C3 older than 0.16. (It's not a dependency because it would be
20     circular with the optional dep from that package to this one).
21
22 AUTHOR
23     Brandon L. Black, <blblack@gmail.com>
24
25 LICENSE
26     This library is free software; you can redistribute it and/or modify it
27     under the same terms as Perl itself.
28