Skip to content

Commit

Permalink
Dump residencestringarray when verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Feb 24, 2024
1 parent c48cff5 commit 87eed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -5407,7 +5407,7 @@ sub print_person
$phrase->set(ucfirst(i18n('during %s life', lc($person->possessive()))));
}

# print Data::Dumper->new([\@residencestringarray])->Dump();
print 'residencestringarray: ', Data::Dumper->new([\@residencestringarray])->Dump() if($opts{'v'});

# Because peek above only looks ahead one element:
# [
Expand Down

0 comments on commit 87eed28

Please sign in to comment.