Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: jj [...] jonallen.info
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27
Fixed in: (no value)



Subject: Error processing =begin blocks
=begin blocks containing other Pod directives are incorrectly rendered - the parser gives a "begin expected a terminating end" error. The patch below to Node/Begin.pm fixes the problem: logopolis:Node jj$ diff Begin.pm.orig Begin.pm 33c33 < @ACCEPT = qw( text verbatim code ); --- Show quoted text
> @ACCEPT = qw( text verbatim code over item head1 head2 head3 head4 );