Gedcom.pm
Gedcom.pm copied to clipboard
are TRLR lines handled?
I'm seeing parser errors with the Gedcom files at https://webtreeprint.com/tp_famous_gedcoms.php
The errors are "Can't parse line: 0 TRLR".
This means the TRLR line doesn't have a line terminator (which is mandatory). So the parser error is correct.
Whilst correct, that wasn't a particularly helpful comment. I've added a commit to the dev branch to fix that and it will be in the next release.