X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=32cadfe54ca3d61fd70fd326f6b908b21e051ebc;hb=5482cd4c778e280ce03efcb10a98ce36020e5b56;hp=32ad53aa9309c177b226be807150dbe95d7d99a7;hpb=6e168432fa69bbe87ff0dd12e355a8b5d99a1a9c;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index 32ad53a..32cadfe 100644 --- a/lib/Mouse/XS.pod +++ b/lib/Mouse/XS.pod @@ -5,15 +5,20 @@ Mouse::XS - A Mouse guts in XS =head1 VERSION -This document describes Mouse version 0.40_05 +This document describes Mouse version 0.40_09 =head1 DESCRIPTION -Mouse has an optional XS implementation. This is automatically built +Mouse has an optional XS implementation, which is automatically built and used if available. =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.