X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FXS.pod;h=a434c394f6e4619006d0930114b65ea9f591fc65;hb=95637edb1de318b764f8ec2fc8b5c5c8d4430010;hp=f781d90ff7f6cd932fff7ff9231637ec337c4b43;hpb=f15e804113bd71c954a90ffe44ced6ee2b762c4e;p=gitmo%2FMouse.git diff --git a/lib/Mouse/XS.pod b/lib/Mouse/XS.pod index f781d90..a434c39 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.56 +This document describes Mouse version 0.90 =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