X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=03305807a3b5fd5544ffb1d9289634c6427b0c9e;hb=6a7756cc831fa21bc28b924a8edbaeeb28a4a66b;hp=a299c97d5c5eac26f5f8c23f470602c42e00353a;hpb=a010dc3aa59cd3de112b5bff5f9a3452284f072e;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index a299c97..0330580 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.78 =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