]> git.vpit.fr Git - perl/scripts/xchat.git/blobdiff - tools.pl
Switch to qw<>
[perl/scripts/xchat.git] / tools.pl
index b554d4a7fc16ab636beb86b5563e76b1caac0017..b06f166d614b31cb12d53410dc245cb41e790a85 100755 (executable)
--- a/tools.pl
+++ b/tools.pl
@@ -4,9 +4,9 @@ use strict;
 use warnings;
 
 use Data::Dumper;
-use Encode qw/encode/;
+use Encode qw<encode>;
 
-use Xchat qw/:all/;
+use Xchat qw<:all>;
 
 use lib get_info 'xchatdir';
 use Xchat::XPI;