NAME
Mouse::XS - A Mouse guts in XS
VERSION
This document describes Mouse version 0.40_04
DESCRIPTION
Mouse has an optional XS implementation. This is automatically built and used if available.
INSTALL
If you do not want to build the XS implementation, you can pass the --pp
option to Makefile.PL.
perl Makefile.PL --pp
The MOUSE_PUREPERL environment variable
It can be used to enable the use of Mouse::PurePerl.