X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=03305807a3b5fd5544ffb1d9289634c6427b0c9e;hb=0fa8ff59baf87e6a53f19175ed5869dbc1225128;hp=e3d01d3675d90a1e7f874fd0b76ed03adcb07414;hpb=1759509c4361c0a44d57bb501d464740247e2dc0;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index e3d01d3..0330580 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.54 +This document describes Mouse version 0.78 =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