NAME
Pod::Simple::XHTML::WithHighlightConfig - Allow configuring syntax highlighting hints in Pod
SYNOPSIS
my $parser = Pod::Simple::XHTML::WithHighlightConfig->new;
$parser->parse_file('path/to/file.pod');
DESCRIPTION
This is a Pod::Simple::XHTML subclass that consumes the role Pod::Simple::Role::XHTML::WithHighlightConfig. See Pod::Simple::Role::XHTML::WithHighlightConfig for documentation about its use in Pod.
AUTHOR
haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>
CONTRIBUTORS
None so far.
COPYRIGHT
Copyright (c) 2014 the Pod::Simple::XHTML::WithHighlightConfig "AUTHOR" and "CONTRIBUTORS" as listed above.
LICENSE
This library is free software and may be distributed under the same terms as perl itself.