X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=9e0a6ec59746e5e106e12d7a8cdb78d560345b8b;hb=6336eb18ec59cf5c9c057624c7a1d15f449b00c6;hp=a369a3836133ab4dc263b18459a3c7b1b7ac978f;hpb=bd76a699d654075009bb9fd707021721eecf8299;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index a369a38..9e0a6ec 100644 --- a/lib/Mouse/XS.pod +++ b/lib/Mouse/XS.pod @@ -5,7 +5,7 @@ Mouse::XS - A Mouse guts in XS =head1 VERSION -This document describes Mouse version 0.47 +This document describes Mouse version 0.93 =head1 DESCRIPTION @@ -25,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