]> git.vpit.fr Git - perl/scripts/xchat.git/blobdiff - services.pl
Switch to qw<>
[perl/scripts/xchat.git] / services.pl
index 8fd3b9065d256cc4baefbafdcb0f658020c2bb33..f04a80efb8132998cb062e3a435ec5988c18273a 100755 (executable)
@@ -3,7 +3,7 @@ package Xchat::VPIT::Services;
 use strict;
 use warnings;
 
-use Xchat qw/:all/;
+use Xchat qw<:all>;
 
 use lib get_info 'xchatdir';
 use Xchat::XPI;
@@ -92,7 +92,7 @@ hook_command "C$_", \&csmode, {
  data => $_,
  help_text => join ' ', $_, '[nicks] ,', (lc $_),
     'the specified targets (or you if none) on the current channel via ChanServ'
-} for map { $_, "DE$_" } qw/VOICE HALFOP OP PROTECT/;
+} for map { $_, "DE$_" } qw<VOICE HALFOP OP PROTECT>;
 
 $ph = Xchat::XPI->new(
  name   => 'IRC Services',