X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=tools.pl;h=b06f166d614b31cb12d53410dc245cb41e790a85;hb=e764db53b60b217e3d417c6faa60ba9bda6db3ea;hp=b554d4a7fc16ab636beb86b5563e76b1caac0017;hpb=b9c3e00cbf52ff5ddb0d79fd66a6877f6feb508d;p=perl%2Fscripts%2Fxchat.git diff --git a/tools.pl b/tools.pl index b554d4a..b06f166 100755 --- a/tools.pl +++ b/tools.pl @@ -4,9 +4,9 @@ use strict; use warnings; use Data::Dumper; -use Encode qw/encode/; +use Encode qw; -use Xchat qw/:all/; +use Xchat qw<:all>; use lib get_info 'xchatdir'; use Xchat::XPI;