• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangeLogH A D20-Feb-20131.9 KiB

inc/H05-Apr-20133

lib/H05-Apr-20133

Makefile.PLH A D20-Feb-2013302

MANIFESTH A D20-Feb-2013636

META.ymlH A D20-Feb-2013602

READMEH A D20-Feb-2013994

t/H11-Apr-201317

XS.xsH A D20-Feb-201322.4 KiB

README

1NAME
2    Class::C3::XS - XS speedups for Class::C3
3
4SUMMARY
5      use Class::C3; # Automatically loads Class::C3::XS
6                     #  if it's installed locally
7
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.
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
22AUTHOR
23    Brandon L. Black, <blblack@gmail.com>
24
25LICENSE
26    This library is free software; you can redistribute it and/or modify it
27    under the same terms as Perl itself.
28
29