Skip to content

Commit 1d8ea12

Browse files
committed
Local patch to Pod::POM to fix handling of =begin blocks
1 parent 6a026a8 commit 1d8ea12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Pod/POM/Node/Begin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use parent qw( Pod::POM::Node );
3030
use vars qw( %ATTRIBS @ACCEPT $EXPECT $ERROR );
3131

3232
%ATTRIBS = ( format => undef );
33-
@ACCEPT = qw( text verbatim code );
33+
@ACCEPT = qw( text verbatim code over head1 head2 head3 head4 );
3434
$EXPECT = 'end';
3535

3636
1;

0 commit comments

Comments
 (0)