Skip to content

Commit 6d086e1

Browse files
committed
Bugfix: scripts/buildtable: Tolerate Discussions-To, Replaces, Superseded-By, and Resolution headers
1 parent 9bf1c75 commit 6d086e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/buildtable.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
Editor => undef,
2525
);
2626
my %MiscField = (
27+
'Discussions-To' => undef,
2728
'Post-History' => undef,
29+
'Replaces' => undef,
30+
'Superseded-By' => undef,
31+
'Resolution' => undef,
2832
);
2933

3034
my %ValidLayer = (

0 commit comments

Comments
 (0)