pjcj / Gedcom.pm

Gedcom - a Perl module to manipulate Gedcom genealogy files
http://www.pjcj.net/perl.html
27 stars 10 forks source link

are TRLR lines handled? #22

Open nigelhorne opened 6 years ago

nigelhorne commented 6 years ago

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".

coret commented 4 years ago

This means the TRLR line doesn't have a line terminator (which is mandatory). So the parser error is correct.