From 6eb894c411ccaf473dd2b4bae961cfeb86aee5a6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 17 Dec 2017 00:51:38 +0100 Subject: Get rid of unused imports --- vimput.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimput.pl b/vimput.pl index 48fa201..6bb78fe 100644 --- a/vimput.pl +++ b/vimput.pl @@ -1,7 +1,6 @@ use strict; -use File::Temp qw(tmpnam tempfile tempdir); -use IO::Socket::UNIX; +use File::Temp qw(tmpnam); use POSIX qw(mkfifo); use Irssi; -- cgit v1.2.3