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



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 the Class::C3 manpage version 0.16 and higher. The main the Class::C3 manpage package will use this package automatically if it can find it. Do not use this package directly, use the Class::C3 manpage instead.

The test suite here is not complete, although it does verify a few basic things. The best testing comes from running the the Class::C3 manpage test suite *after* this module is installed.

This module won't do anything for you if you're running a version of the Class::C3 manpage older than 0.16. (It's not a dependency because it would be circular with the optional dep from that package to this one).


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.

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