X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=opers.pl;h=988a22a7688c3931215ca4cadff123faf57638d1;hb=e764db53b60b217e3d417c6faa60ba9bda6db3ea;hp=6beaf93aaa87a877f61339b79f03bf55b2160fb5;hpb=b9c3e00cbf52ff5ddb0d79fd66a6877f6feb508d;p=perl%2Fscripts%2Fxchat.git diff --git a/opers.pl b/opers.pl index 6beaf93..988a22a 100755 --- a/opers.pl +++ b/opers.pl @@ -3,7 +3,7 @@ package Xchat::VPIT::Opers; use strict; use warnings; -use Xchat qw/:all/; +use Xchat qw<:all>; use lib get_info 'xchatdir'; use Xchat::XPI;