fix broken gotos for Catalyst::Plugin::C3, added slightly modified next::method tests...
[gitmo/Class-C3-XS.git] / README
CommitLineData
267c5382 1NAME
2 Class::C3::XS - XS speedups for Class::C3
44457c3e 3
267c5382 4SUMMARY
5 use Class::C3; # Automatically loads Class::C3::XS
6 # if it's installed locally
44457c3e 7
267c5382 8DESCRIPTION
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.
44457c3e 13
267c5382 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.
44457c3e 17
267c5382 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).
44457c3e 21
267c5382 22AUTHOR
23 Brandon L. Black, <blblack@gmail.com>
44457c3e 24
267c5382 25LICENSE
26 This library is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
44457c3e 28