The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Marpa::HTML::XS -- XS-only version of Marpa::HTML

SYNOPSIS

use Marpa::HTML::XS;

DESCRIPTION

This module loads Marpa::HTML with Marpa::XS, or fails. The documentation on how to use each of those two modules is part of their distributions.

Marpa::HTML by itself own chooses between Marpa::XS and Marpa::PP. Marpa::HTML runs Marpa::XS if possible, Marpa::PP otherwise. This is what users find most convenient, but there is a downside: since Marpa::XS requires a number of non-Perl dependencies, the cpantesters almost always run with Marpa::PP. This makes it difficult for users to determine if an XS-powered Marpa::HTML has been tested on their system. The lop-sided testing of Marpa::HTML is also a major quality assurance issue for both Marpa::HTML and Marpa::XS. This module redresses the balance.

AUTHOR

Jeffrey Kegler

COPYRIGHT AND LICENSE

  This software is copyright (c) 2011 by Jeffrey Kegler
  This is free software; you can redistribute it and/or modify it
  under the same terms as the Perl 5 programming language system
  itself.