From ebf23b29bc193a16a8629e2b337720f2a9cd65a4 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 10 Mar 2014 16:12:30 +1300 Subject: [PATCH] Heh, actually import uniq. --- merge.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merge.pl b/merge.pl index cb135ce..ac89f1f 100755 --- a/merge.pl +++ b/merge.pl @@ -11,7 +11,7 @@ use Getopt::Long; use Scriptalicious; use Text::CSV_XS; -use List::MoreUtils; +use List::MoreUtils qw/uniq/; use MIME::Entity; use MIME::Types; use Mail::GnuPG; -- 2.30.2