Mouse::XS.3pm

Langue: en

Autres versions - même langue

Version: 2010-05-08 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Mouse::XS - A Mouse guts in XS

VERSION

This document describes Mouse version 0.58

DESCRIPTION

Mouse has an optional XS implementation, which is automatically built and used if available. According to benchmarks, this is about 2 times faster than Mouse::PurePerl.

INSTALL

The XS implementation are selected by default, but you can force it by passing the "--xs" option to Makefile.PL.
     perl Makefile.PL --xs
 
 

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.

DEPENDENCIES

The XS implementation requires Perl 5.8.1 or later, and a C compiler.

SEE ALSO

Mouse

Mouse::PurePerl