Genealogy-ObituaryDailyTimes
view release on metacpan or search on metacpan
bin/ml_from_cache view on Meta::CPAN
#!/usr/bin/env perl
# There's a problem with
# https://mlarchives.rootsweb.com/listindexes/emails?listname=gen-obit
# on my desktop it gives protocol errors
# on my phone it redirects to ancestry.com
# So this file looks through the LWP::UserAgent::WithCache cache and retrieves the files
# ready to import using create_db.PL
# Once you've done this, set MLARCHIVEDIR in your environment and run "make"
use strict;
use warnings;
use autodie qw(:all);
use File::Slurp;
( run in 0.384 second using v1.01-cache-2.11-cpan-299005ec8e3 )