We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79069a commit 54a978cCopy full SHA for 54a978c
Porting/merge-deltas.pl
@@ -34,6 +34,7 @@ ( $tree, $directive, $pos = 0 )
34
while ( $pos < @$tree ) {
35
next
36
unless ref( $tree->[$pos] ) eq 'ARRAY';
37
+ last if $tree->[$pos][0] =~ /\A=head[1-4]\z/;
38
next unless $tree->[$pos][0] eq $directive;
39
return $pos;
40
}
0 commit comments