X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=a369a3836133ab4dc263b18459a3c7b1b7ac978f;hp=c0aaa26f735a7ddc40ffbfb190efb3ecbc6c2c8b;hb=bd76a699d654075009bb9fd707021721eecf8299;hpb=6a97bbdad44391f2a587165cb81fcf8aedc642ac diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index c0aaa26..a369a38 100644 --- a/lib/Mouse/XS.pod +++ b/lib/Mouse/XS.pod @@ -5,15 +5,21 @@ Mouse::XS - A Mouse guts in XS =head1 VERSION -This document describes Mouse version 0.40_04 +This document describes Mouse version 0.47 =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. @@ -23,8 +29,14 @@ option to F. 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