diff options
| author | Teddy Wing | 2015-06-13 23:34:17 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-06-13 23:34:17 -0400 | 
| commit | 863e6fcd70ae3454d022a7805a1411f3fa040760 (patch) | |
| tree | e8885a235835badf7bda10aa189859d9244227b7 | |
| parent | 61f8b3faa85049f2dbbbbc2f2b8f85e312cd1f33 (diff) | |
| download | irssi-hipchat-stfu-863e6fcd70ae3454d022a7805a1411f3fa040760.tar.bz2 | |
Remove `Data::Dumper` import
Not using it after 6cbc5ecddd2a52edfacb3754b74f35048095a3ad.
| -rw-r--r-- | hipchat-stfu.pl | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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 = ( | 
