X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=96e86b0088c70bd208afed7a08e88af54e83c023;hp=e83dff638303c04e4964174e98a796fda64e6269;hb=HEAD;hpb=450e8bf69b50ddec93dbd023146d4c256a583b39 diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index e83dff6..96e86b0 100644 --- a/lib/Mouse/XS.pod +++ b/lib/Mouse/XS.pod @@ -5,12 +5,13 @@ Mouse::XS - A Mouse guts in XS =head1 VERSION -This document describes Mouse version 0.42 +This document describes Mouse version 0.95 =head1 DESCRIPTION Mouse has an optional XS implementation, which is automatically built -and used if available. +and used if available. According to benchmarks, this is about 2 times +faster than Mouse::PurePerl. =head2 INSTALL @@ -24,9 +25,10 @@ option to F. perl Makefile.PL --pp -=head2 The MOUSE_PUREPERL environment variable +=head2 The MOUSE_PUREPERL (or PERL_ONLY) environment variable -It can be used to enable the use of Mouse::PurePerl. +It can be used to enable the use of Mouse::PurePerl in order to test +and debug programs that use Mouse. =head1 DEPENDENCIES