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 );