From 4e765fd8a3b28050774df7c18d0171e02ae24ac9 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 10 Dec 2019 09:20:29 -0800 Subject: [PATCH] Time HiRes module is needed. --- scripts/send-supporter-emails-by-category.plx | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/send-supporter-emails-by-category.plx b/scripts/send-supporter-emails-by-category.plx index 0a54f7a..b93cee5 100644 --- a/scripts/send-supporter-emails-by-category.plx +++ b/scripts/send-supporter-emails-by-category.plx @@ -4,6 +4,7 @@ use strict; use warnings; +use Time::HiRes qw(usleep nanosleep); use autodie qw(open close); use DBI;