NAME

Genealogy::ObituaryDailyTimes - Compare a Gedcom against the Obituary Daily Times

VERSION

Version 0.03

SYNOPSIS

use Genealogy::ObituaryDailyTimes;
my $info = Genealogy::ObituaryDailyTimes->new();
# ...

SUBROUTINES/METHODS

new

Creates a Genealogy::ObituaryDailyTimes object.

Takes an optional argument, directory, that is the directory containing obituaries.sql.

my $obits = Genealogy::ObituaryDailyTimes->new();

my @smiths = $obits->search(last => 'Smith');

print $smiths[0]->{'first'}, "\n";

AUTHOR

Nigel Horne, <njh at bandsman.co.uk>

BUGS

SEE ALSO

The Obituary Daily Times, https://sites.rootsweb.com/~obituary/

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Genealogy::ObituaryDailyTimes

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2020 Nigel Horne.

This program is released under the following licence: GPL2