Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 15, 2023
1 parent 54276e5 commit 60eda8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Genealogy/ObituaryDailyTimes.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package Genealogy::ObituaryDailyTimes;

# TODO: add a key with first, last and age:
# cache get for namespace='Default', key='SELECT * FROM obituaries WHERE age = ? AND first = ? AND last = ? 46, Thomas, Knowler', cache='File', time='0ms': MISS (not in cache)

use warnings;
use strict;
use Carp;
Expand Down

0 comments on commit 60eda8e

Please sign in to comment.