Subject: | Parser treats "=begin html" as verbatim paragraph |
Experimenting with Pod::POM::View::HTML and found that the following
is turned into a Verbatim Paragraph
=begin html
<!-- html code here -->
=end html
The POD spec <http://www.perldoc.com/perl5.8.0/pod/perlpod.html>
says that this should not be interpreted as POD text.
Maybe there should be hooks for other formats?