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$