X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=blobdiff_plain;f=opers.pl;h=988a22a7688c3931215ca4cadff123faf57638d1;hp=6beaf93aaa87a877f61339b79f03bf55b2160fb5;hb=9db5de0ec290fd8b82a9c510e0d627b31e44d9bd;hpb=80f827633d7173e4388bfce83f6bb304f37cecab 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;