X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=1a55c3aace328abbe8650dcb770d132b5255cbf2;hb=983d58a5ea543a21c48cb04311883f1b36de1874;hp=e83dff638303c04e4964174e98a796fda64e6269;hpb=450e8bf69b50ddec93dbd023146d4c256a583b39;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index e83dff6..1a55c3a 100644 --- a/lib/Mouse/XS.pod +++ b/lib/Mouse/XS.pod @@ -5,12 +5,13 @@ Mouse::XS - A Mouse guts in XS =head1 VERSION -This document describes Mouse version 0.42 +This document describes Mouse version 0.94 =head1 DESCRIPTION Mouse has an optional XS implementation, which is automatically built -and used if available. +and used if available. According to benchmarks, this is about 2 times +faster than Mouse::PurePerl. =head2 INSTALL @@ -24,9 +25,10 @@ option to F. perl Makefile.PL --pp -=head2 The MOUSE_PUREPERL environment variable +=head2 The MOUSE_PUREPERL (or PERL_ONLY) environment variable -It can be used to enable the use of Mouse::PurePerl. +It can be used to enable the use of Mouse::PurePerl in order to test +and debug programs that use Mouse. =head1 DEPENDENCIES