1Mouse::XS(3) User Contributed Perl Documentation Mouse::XS(3)
2
3
4
6 Mouse::XS - A Mouse guts in XS
7
9 This document describes Mouse version 0.58
10
12 Mouse has an optional XS implementation, which is automatically built
13 and used if available. According to benchmarks, this is about 2 times
14 faster than Mouse::PurePerl.
15
16 INSTALL
17 The XS implementation are selected by default, but you can force it by
18 passing the "--xs" option to Makefile.PL.
19
20 perl Makefile.PL --xs
21
22 If you do not want to build the XS implementation, you can pass the
23 "--pp" option to Makefile.PL.
24
25 perl Makefile.PL --pp
26
27 The MOUSE_PUREPERL environment variable
28 It can be used to enable the use of Mouse::PurePerl.
29
31 The XS implementation requires Perl 5.8.1 or later, and a C compiler.
32
34 Mouse
35
36 Mouse::PurePerl
37
38
39
40perl v5.12.0 2010-05-08 Mouse::XS(3)