Skip Menu |

This queue is for tickets about the Pod-POM CPAN distribution.

Report information
The Basics
Id: 5759
Status: new
Priority: 0/
Queue: Pod-POM

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.17
Fixed in: (no value)



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?