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

Pod::Simple::Role::XHTML::WithHighlightConfig - Allow configuring syntax highlighting hints in Pod

SYNOPSIS

  package My::Pod::Simple::Subclass;
  use Moo;
  extends 'Pod::Simple::XHTML';
  with 'Pod::Simple::XHTML::WithHighlightConfig';

DESCRIPTION

Provides the same functionality described as Pod::Simple::XHTML::WithHighlightConfig but in the form of a role.

AUTHORS

See Pod::Simple::XHTML::WithHighlightConfig for authors.

COPYRIGHT AND LICENSE

See Pod::Simple::XHTML::WithHighlightConfig for the copyright and license.