Query: mouse::xs
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mouse::XS(3pm) User Contributed Perl Documentation Mouse::XS(3pm)NAMEMouse::XS - A Mouse guts in XSVERSIONThis document describes Mouse version 0.99DESCRIPTIONMouse 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 (or PERL_ONLY) environment variable It can be used to enable the use of Mouse::PurePerl in order to test and debug programs that use Mouse.DEPENDENCIESThe XS implementation requires Perl 5.8.1 or later, and a C compiler.SEE ALSOMouse Mouse::PurePerl perl v5.14.2 2012-06-30 Mouse::XS(3pm)
Related Man Pages |
---|
mouse::meta::attribute(3pm) - debian |
mouse::meta::class(3pm) - debian |
mouse::spec(3pm) - debian |
mousex::types(3pm) - debian |
mousex::types::path::class(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
Weird 'find' results |