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