From: Don Armstrong Date: Mon, 7 Aug 2017 21:11:05 +0000 (-0700) Subject: import uniq from List::MoreUtils into updatesqlcache X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=729cc4baaa9784fabfb4256f91da223f77264129 import uniq from List::MoreUtils into updatesqlcache --- diff --git a/bin/debbugs-updatesqlcache b/bin/debbugs-updatesqlcache index b283846..d945094 100755 --- a/bin/debbugs-updatesqlcache +++ b/bin/debbugs-updatesqlcache @@ -96,7 +96,7 @@ use Debbugs::Status qw(bug_presence read_bug); use Debbugs::DB; use DateTime; use File::stat; -use List::MoreUtils qw(natatime); +use List::MoreUtils qw(natatime uniq); use POSIX qw(ceil); my %options =