From 863e6fcd70ae3454d022a7805a1411f3fa040760 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 13 Jun 2015 23:34:17 -0400 Subject: Remove `Data::Dumper` import Not using it after 6cbc5ecddd2a52edfacb3754b74f35048095a3ad. --- hipchat-stfu.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'hipchat-stfu.pl') diff --git a/hipchat-stfu.pl b/hipchat-stfu.pl index 7ec233e..130f9b9 100644 --- a/hipchat-stfu.pl +++ b/hipchat-stfu.pl @@ -2,7 +2,6 @@ use strict; use vars qw($VERSION %IRSSI); use Irssi qw(signal_add signal_stop); -use Data::Dumper; $VERSION = '1.00'; %IRSSI = ( -- cgit v1.2.3