X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=a299c97d5c5eac26f5f8c23f470602c42e00353a;hb=a010dc3aa59cd3de112b5bff5f9a3452284f072e;hp=f09fbd173f50691385e711b5c34ebb58d9db12b7;hpb=1e5823974a557bd35b4aa4a5c1d1aecf1e5483d2;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index f09fbd1..a299c97 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_06 +This document describes Mouse version 0.40_08 =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.