]> git.vpit.fr Git - perl/scripts/xchat.git/blobdiff - opers.pl
Switch to qw<>
[perl/scripts/xchat.git] / opers.pl
index 6beaf93aaa87a877f61339b79f03bf55b2160fb5..988a22a7688c3931215ca4cadff123faf57638d1 100755 (executable)
--- 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;