Skip to content

Commit

Permalink
Die on duplicate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 30, 2023
1 parent fea89c3 commit 5c7e63a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ BEGIN {
($warning !~ /Subroutine Gedcom::Individual::relationship redefined at/)) {
if(($warning =~ /^Use of uninitialized value/) ||
($warning =~ /Wide/) ||
($warning =~ /masks earlier declaration in same scope/) ||
($warning =~ /: attempt to add consecutive punctuation/) ||
($warning =~ /isn't numeric in numeric eq /i)) {
die $warning;
Expand Down

0 comments on commit 5c7e63a

Please sign in to comment.