NAME
    Class::C3::XS - XS speedups for Class::C3

SUMMARY
      use Class::C3; # Automatically loads Class::C3::XS
                     #  if it's installed locally

DESCRIPTION
    This contains XS performance enhancers for Class::C3. The main Class::C3
    package will use this package automatically if it can find it. Do not
    use this package directly, use Class::C3 instead.

AUTHOR
    Brandon L. Black, <blblack@gmail.com>

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

