X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=c329579d1ce673698f9070925c269bfee385e787;hb=26f0aa174f72fdf5fd803278212b7cefa83c8734;hp=b4b5dedb208bed94747757bb439b39ff923babd8;hpb=8aba926dbf11e9cf418c7c79b925d15e60e1e990;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index b4b5ded..c329579 100644 --- a/lib/Mouse/XS.pod +++ b/lib/Mouse/XS.pod @@ -5,26 +5,39 @@ Mouse::XS - A Mouse guts in XS =head1 VERSION -This document describes Mouse version 0.40_07 +This document describes Mouse version 0.77 =head1 DESCRIPTION -Mouse has an optional XS implementation. This is automatically built -and used if available. +Mouse has an optional XS implementation, which is automatically built +and used if available. According to benchmarks, this is about 2 times +faster than Mouse::PurePerl. =head2 INSTALL +The XS implementation are selected by default, but you can force it by +passing the C<--xs> option to F. + + perl Makefile.PL --xs + If you do not want to build the XS implementation, you can pass the C<--pp> 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 in order to test +and debug programs that use Mouse. -It can be used to enable the use of Mouse::PurePerl. +=head1 DEPENDENCIES + +The XS implementation requires Perl 5.8.1 or later, and a C compiler. =head1 SEE ALSO +L + L =cut