X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FC3%2FXS.pm;h=d2f05db61a02035cf901e9e6026037819c3acf0d;hb=8feecaf97e81e3d1ef573a1bfef9abde9d55e0b1;hp=6bdf0ebc4dd7fcdea573ca131338634531b92f18;hpb=b23e9cb9ccfb3d470c72b95818ce57c9b891381b;p=gitmo%2FClass-C3-XS.git diff --git a/lib/Class/C3/XS.pm b/lib/Class/C3/XS.pm index 6bdf0eb..d2f05db 100644 --- a/lib/Class/C3/XS.pm +++ b/lib/Class/C3/XS.pm @@ -1,7 +1,10 @@ - package Class::C3::XS; -our $VERSION = '0.15_01'; +use 5.008_000; +use strict; +use warnings; + +our $VERSION = '0.04'; =pod @@ -16,22 +19,25 @@ 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. -=head1 AUTHOR +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. -Stevan Little, Estevan@iinteractive.comE +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). -Brandon L. Black, Eblblack@gmail.comE - -=head1 COPYRIGHT AND LICENSE +=head1 AUTHOR -Copyright 2005, 2006 by Infinity Interactive, Inc. +Brandon L. Black, Eblblack@gmail.comE -L +=head1 LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.