debian man page for ppi::xs

Query: ppi::xs

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PPI::XS(3pm)						User Contributed Perl Documentation					      PPI::XS(3pm)

NAME
PPI::XS - (Minor) XS acceleration for PPI
DESCRIPTION
PPI::XS provides XS-based acceleration of the core PPI packages. It selectively replaces a (small but growing) number of methods throughout PPI with identical but much faster C versions. Once installed, it will be auto-detected and loaded in by PPI completely transparently. Because the C implementations are linked to the perl versions of the same function, it is preferable to upgrade PPI::XS any time you do a major upgrade of PPI itself. If the two fall out of sync, the integration between the two is designed to degrade gracefully. PPI::XS is capable of determining which functions are no longer equal, and will simple leave the perl version alone, deleting the C version to free up the memory. If the versions of the two get so far apart that they become completely incompatible, PPI::XS will simply silently not load at all. Beyond that, there isn't that much more you really need to know. :)
SUPPORT
Bugs should always be submitted via the CPAN bug tracker, located at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PPI-XS <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PPI-XS> For other issues or comments, contact the maintainer.
AUTHOR
Adam Kennedy <adamk@cpan.org>
SEE ALSO
PPI
COPYRIGHT
Copyright 2005 - 2009 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2009-05-05 PPI::XS(3pm)
Related Man Pages
ppi::token::operator(3) - mojave
ppi::token::operator5.18(3) - mojave
ppi::statement::end(3pm) - debian
ppi::statement::null(3pm) - debian
ppi::token::magic(3pm) - debian
Similar Topics in the Unix Linux Community
perl upgrade verify
And Where Were You, Adam?
Perl 5.8.8 licensing issues
Upgrading Perl module