c0aaa26f735a7ddc40ffbfb190efb3ecbc6c2c8b
[gitmo/Mouse.git] / lib / Mouse / XS.pod
1
2 =head1 NAME
3
4 Mouse::XS - A Mouse guts in XS
5
6 =head1 VERSION
7
8 This document describes Mouse version 0.40_04
9
10 =head1 DESCRIPTION
11
12 Mouse has an optional XS implementation. This is automatically built
13 and used if available.
14
15 =head2 INSTALL
16
17 If you do not want to build the XS implementation, you can pass the C<--pp>
18 option to F<Makefile.PL>.
19
20     perl Makefile.PL --pp
21
22 =head2 The MOUSE_PUREPERL environment variable
23
24 It can be used to enable the use of Mouse::PurePerl.
25
26 =head1 SEE ALSO
27
28 L<Mouse::PurePerl>
29
30 =cut