Skip to content

Commit 6dc7049

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

File tree

2 files changed

+1
-1
lines changed

2 files 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 over head1 head2 head3 head4 );
33+
@ACCEPT = qw( text verbatim code over item head1 head2 head3 head4 );
3434
$EXPECT = 'end';
3535

3636
1;

syntax.cache

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)