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.