Skip to content

Commit

Permalink
Release 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Feb 8, 2024
1 parent 949d85e commit 73c6346
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Genealogy::ObituaryDailyTimes

0.11
0.11 Thu Feb 8 09:03:49 EST 2024
Added first, last, age as an index
Renamed database to data
Use Database::Abstraction
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Genealogy::ObituaryDailyTimes - Lookup an entry in the Obituary Daily Times

# VERSION

Version 0.10
Version 0.11

# SYNOPSIS

Expand Down Expand Up @@ -45,9 +45,15 @@ Nigel Horne, `<njh at bandsman.co.uk>`

# 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/)
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

Expand Down Expand Up @@ -75,6 +81,6 @@ You can also look for information at:

# LICENSE AND COPYRIGHT

Copyright 2020-2023 Nigel Horne.
Copyright 2020-2024 Nigel Horne.

This program is released under the following licence: GPL2
4 changes: 2 additions & 2 deletions lib/Genealogy/ObituaryDailyTimes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Genealogy::ObituaryDailyTimes - Lookup an entry in the Obituary Daily Times
=head1 VERSION
Version 0.10
Version 0.11
=cut

our $VERSION = '0.10';
our $VERSION = '0.11';

=head1 SYNOPSIS
Expand Down
3 changes: 3 additions & 0 deletions t/obituaries.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ SKIP: {
# FIXME, test either last == Smith or maiden == Smith
is($smiths[0]->{'last'}, 'Smith', 'Returned Smiths');

unless($ENV{'MLARCHIVEDIR'} || ($ENV{'MLARCHIVE_DIR'})) {
diag('The next test may fail since Rootsweb was partially archived on Wayback Machine');
}
my $baal = $search->search({ first => 'Eric', last => 'Baal' });
ok(defined($baal));

Expand Down

0 comments on commit 73c6346

Please sign in to comment.