X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=e83dff638303c04e4964174e98a796fda64e6269;hp=6d1257cb772935b5c5df75965763216d5d3d43af;hb=450e8bf69b50ddec93dbd023146d4c256a583b39;hpb=065f79e7cd03765f26c6ea276aaf9b3c5897886a diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index 6d1257c..e83dff6 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_02 +This document describes Mouse version 0.42 =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. @@ -23,8 +28,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