X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=a6ceab904999a1725a6fa06872b41af398026da4;hb=de0d4152ac07ed26a928841729e97366187b2915;hp=04b1359773995946d7233b66678598abee31b47b;hpb=2b68f76d78d96325821e9a6360c3639f8c5637df;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index 04b1359..a6ceab9 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_03 +This document describes Mouse version 0.49 =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