Skip Menu |

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

Report information
The Basics
Id: 105802
Status: resolved
Worked: 1 min
Priority: 0/
Queue: Gedcom-Date

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

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



Subject: Can't parse 1 Jan 1888
Nigels-MBP:~ njh$ cat t #!/usr/bin/env perl use Gedcom::Date; print Gedcom::Date->parse('1 Jan 1888')->as_text(), "\n"; Nigels-MBP:~ njh$ ./t Can't call method "as_text" on an undefined value at ./t line 5. Nigels-MBP:~ njh$
I'm currently investigating a re-write of Genealogy::Gedcom::Date, and will look at Gedcom::Date too.
Use Genealogy::Gedcom::Date. It is much more sophisticated.