X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FC3%2FXS.pm;h=9871ae6846d64cb03f9c7744fb3f5bd7920bb137;hb=e646b627c5ed2f607ac09254b7dcd56038d893d7;hp=923762bda915b4ff5f4a33271da4dc93a7c0945f;hpb=b34605d048d08a93a7b93bc3428a1e2f00df5f9b;p=gitmo%2FClass-C3-XS.git diff --git a/lib/Class/C3/XS.pm b/lib/Class/C3/XS.pm index 923762b..9871ae6 100644 --- a/lib/Class/C3/XS.pm +++ b/lib/Class/C3/XS.pm @@ -1,6 +1,10 @@ package Class::C3::XS; -our $VERSION = '0.01_03'; +use 5.008_000; +use strict; +use warnings; + +our $VERSION = '0.01_07'; =pod @@ -20,6 +24,10 @@ 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. + =head1 AUTHOR Brandon L. Black, Eblblack@gmail.comE