]> git.etc.gen.nz Git - mail-merge.git/commitdiff
Heh, actually import uniq. master
authorAndrew Ruthven <puck@catalyst.net.nz>
Mon, 10 Mar 2014 03:12:30 +0000 (16:12 +1300)
committerAndrew Ruthven <puck@catalyst.net.nz>
Mon, 10 Mar 2014 03:12:30 +0000 (16:12 +1300)
merge.pl

index cb135ce8102c0496f1044a4fa416a8ec3a87e4ef..ac89f1f376c758787da76f07eced73109b641b40 100755 (executable)
--- 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;