From: Andrew Ruthven Date: Mon, 10 Mar 2014 03:12:30 +0000 (+1300) Subject: Heh, actually import uniq. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=mail-merge.git Heh, actually import uniq. --- 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;