X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=blobdiff_plain;f=README;h=3765c92eeaddb236d95f870316e116d0f76bbc29;hp=c2adb946cef2a828e64ab7aae949a7ba5f0bfc1b;hb=ddc85d9fe11212e7853aa65f699c9c91ed1294e7;hpb=9ad24e9168a38776ad55ec48b38b21259fdb7e51 diff --git a/README b/README index c2adb94..3765c92 100644 --- a/README +++ b/README @@ -1,19 +1,28 @@ -Class::C3::XS version 0.02 -============================== +NAME + Class::C3::XS - XS speedups for Class::C3 -INSTALLATION +SUMMARY + use Class::C3; # Automatically loads Class::C3::XS + # if it's installed locally -To install this module type the following: +DESCRIPTION + This contains XS performance enhancers for Class::C3 version 0.16 and + higher. 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. - perl Makefile.PL - make - make test - make install + The test suite here is not complete, although it does verify a few basic + things. The best testing comes from running the Class::C3 test suite + *after* this module is installed. -COPYRIGHT AND LICENCE + This module won't do anything for you if you're running a version of + Class::C3 older than 0.16. (It's not a dependency because it would be + circular with the optional dep from that package to this one). -Copyright (C) 2007 Brandon L. Black +AUTHOR + Brandon L. Black, -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +LICENSE + This library is free software; you can redistribute it and/or modify it + under the same terms as Perl itself.