Skip Menu |

This queue is for tickets about the Gedcom-FOAF CPAN distribution.

Report information
The Basics
Id: 30226
Status: resolved
Priority: 0/
Queue: Gedcom-FOAF

People
Owner: Nobody in particular
Requestors: cpan [...] prather.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: (no value)



Subject: appendText breaks if Birth/Death date are unknown
I have some very old people in a GEDCOM file, and the exact date of their death is unknown line's 145 and 146 can't take this. $date->appendText( $self->get_value( "$name date" ) ); $place->appendText( $self->get_value( "$name place" ) ); I changed them to $date->appendText( $self->get_value( "$name date" ) || 'UNKNOWN' ); $place->appendText( $self->get_value( "$name place" ) || 'UNKNOWN' ); and the issue was resolved.
Fixed in release 0.04 (arriving on CPAN shortly). Sorry for the delay. -Brian