X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=blobdiff_plain;f=lib%2FClass%2FC3%2FXS.pm;h=7dc2681c9aa2cb60c59285deb4ccff36fa892cb0;hp=9871ae6846d64cb03f9c7744fb3f5bd7920bb137;hb=77a4ee743dae88840d8cf2ee81b57e2c7d40ca39;hpb=e646b627c5ed2f607ac09254b7dcd56038d893d7 diff --git a/lib/Class/C3/XS.pm b/lib/Class/C3/XS.pm index 9871ae6..7dc2681 100644 --- a/lib/Class/C3/XS.pm +++ b/lib/Class/C3/XS.pm @@ -4,7 +4,7 @@ use 5.008_000; use strict; use warnings; -our $VERSION = '0.01_07'; +our $VERSION = '0.05'; =pod @@ -19,15 +19,20 @@ Class::C3::XS - XS speedups for Class::C3 =head1 DESCRIPTION -This contains XS performance enhancers for L. -The main L package will use this package automatically -if it can find it. Do not use this package directly, use -L instead. +This contains XS performance enhancers for L version +0.16 and higher. The main L package will use this +package automatically if it can find it. Do not use this +package directly, use L instead. The test suite here is not complete, although it does verify a few basic things. The best testing comes from running the L test suite *after* this module is installed. +This module won't do anything for you if you're running a +version of L older than 0.16. (It's not a +dependency because it would be circular with the optional +dep from that package to this one). + =head1 AUTHOR Brandon L. Black, Eblblack@gmail.comE