X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=82d41a1097f204ff5c5e503454029be4fb0a4750;hb=5b3e7678602d122ad523a1aabc865cebff56de61;hp=a299c97d5c5eac26f5f8c23f470602c42e00353a;hpb=a010dc3aa59cd3de112b5bff5f9a3452284f072e;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index a299c97..82d41a1 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.40_08 +This document describes Mouse version 0.89 =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,12 +25,19 @@ 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 + +The XS implementation requires Perl 5.8.1 or later, and a C compiler. =head1 SEE ALSO +L + L =cut