Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nigelhorne/genealogy-obituarydailytimes
Lookup an entry in the Obituary Daily Times
https://github.com/nigelhorne/genealogy-obituarydailytimes
cpan cpan-module genealogy obituaries perl perl-module perl5 perl5-module
Last synced: about 2 months ago
JSON representation
Lookup an entry in the Obituary Daily Times
- Host: GitHub
- URL: https://github.com/nigelhorne/genealogy-obituarydailytimes
- Owner: nigelhorne
- License: gpl-2.0
- Created: 2020-11-21T20:49:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T01:29:13.000Z (2 months ago)
- Last Synced: 2024-11-22T02:25:43.767Z (2 months ago)
- Topics: cpan, cpan-module, genealogy, obituaries, perl, perl-module, perl5, perl5-module
- Language: Perl
- Homepage: https://sites.rootsweb.com/~obituary
- Size: 181 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
[![Appveyor status](https://ci.appveyor.com/api/projects/status/w2kcdehjtofvt55t?svg=true)](https://ci.appveyor.com/project/nigelhorne/genealogy-obituarydailytimes)
[![CPAN](https://img.shields.io/cpan/v/Genealogy-ObituaryDailyTimes.svg)](http://search.cpan.org/~nhorne/Genealogy-ObituaryDailyTimes/)
[![Github Actions Status](https://github.com/nigelhorne/Genealogy-ObituaryDailyTimes/workflows/.github/workflows/all.yml/badge.svg)](https://github.com/nigelhorne/Genealogy-ObituaryDailyTimes/actions)
[![Kritika Analysis Status](https://kritika.io/users/nigelhorne/repos/7086407966497872/heads/master/status.svg)](https://kritika.io/users/nigelhorne/repos/7086407966497872/heads/master/)
[![Kwalitee](https://cpants.cpanauthors.org/dist/Genealogy-ObituaryDailyTimes.png)](http://cpants.cpanauthors.org/dist/Genealogy-ObituaryDailyTimes)
[![Travis Status](https://www.travis-ci.com/nigelhorne/Genealogy-ObituaryDailyTimes.svg?branch=master)](https://www.travis-ci.com/nigelhorne/Genealogy-ObituaryDailyTimes)
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Look+up+an+obituary+#perl+#gedcom+#genealogy&url=https://github.com/nigelhorne/Genealogy-ObituaryDailyTimes&via=nigelhorne)# NAME
Genealogy::ObituaryDailyTimes - Lookup an entry in the Obituary Daily Times
# VERSION
Version 0.13
# SYNOPSIS
use Genealogy::ObituaryDailyTimes;
my $info = Genealogy::ObituaryDailyTimes->new();
# ...# SUBROUTINES/METHODS
## new
Creates a Genealogy::ObituaryDailyTimes object.
Takes two optional arguments:
directory: that is the directory containing obituaries.sql
logger: an object to send log messages to## search
my $obits = Genealogy::ObituaryDailyTimes->new();
# Returns an array of hashrefs
my @smiths = $obits->search(last => 'Smith'); # You must at least define the last name to search forprint $smiths[0]->{'first'}, "\n";
# AUTHOR
Nigel Horne, ``
# BUGS
Ancestry has removed the archives.
The first 17 pages are on Wayback machine, but the rest is lost.# SEE ALSO
The Obituary Daily Times, [https://sites.rootsweb.com/~obituary/](https://sites.rootsweb.com/~obituary/),
Archived Rootsweb data, [https://wayback.archive-it.org/20669/20231102044925/https://mlarchives.rootsweb.com/listindexes/emails?listname=gen-obit](https://wayback.archive-it.org/20669/20231102044925/https://mlarchives.rootsweb.com/listindexes/emails?listname=gen-obit),
Recent data [https://www.freelists.org/list/obitdailytimes](https://www.freelists.org/list/obitdailytimes),
Older data [https://obituaries.rootsweb.com/obits/searchObits](https://obituaries.rootsweb.com/obits/searchObits).# SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Genealogy::ObituaryDailyTimes
You can also look for information at:
- MetaCPAN
[https://metacpan.org/release/Genealogy-ObituaryDailyTimes](https://metacpan.org/release/Genealogy-ObituaryDailyTimes)
- RT: CPAN's request tracker
[https://rt.cpan.org/NoAuth/Bugs.html?Dist=Genealogy-ObituaryDailyTimes](https://rt.cpan.org/NoAuth/Bugs.html?Dist=Genealogy-ObituaryDailyTimes)
- CPAN Testers' Matrix
[http://matrix.cpantesters.org/?dist=Genealogy-ObituaryDailyTimes](http://matrix.cpantesters.org/?dist=Genealogy-ObituaryDailyTimes)
- CPAN Testers Dependencies
[http://deps.cpantesters.org/?module=Genealogy::ObituaryDailyTimes](http://deps.cpantesters.org/?module=Genealogy::ObituaryDailyTimes)
# LICENSE AND COPYRIGHT
Copyright 2020-2024 Nigel Horne.
This program is released under the following licence: GPL2