X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=96e86b0088c70bd208afed7a08e88af54e83c023;hb=14cf9b5a1724801f786d8c4a79834aa7c063323c;hp=5dd3367fc2c8681d2f662198f5c74ab935d45172;hpb=123fd4f8368c8a468d735c9ee43ee871e22dc301;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index 5dd3367..96e86b0 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.50_09 +This document describes Mouse version 0.95 =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