]> git.vpit.fr Git - perl/scripts/xchat.git/blobdiff - clones.pl
Switch to qw<>
[perl/scripts/xchat.git] / clones.pl
index d47b0279475c41539c6d51b45c22ac728aa4ddd5..72e1092fc834fb58a09267552976f453fa4fe199 100755 (executable)
--- a/clones.pl
+++ b/clones.pl
@@ -3,13 +3,13 @@ package Xchat::VPIT::Clones;
 use strict;
 use warnings;
 
-use Scalar::Util qw/dualvar/;
+use Scalar::Util qw<dualvar>;
 
-use Xchat qw/:all/;
+use Xchat qw<:all>;
 
 use lib get_info 'xchatdir';
 use Xchat::XPI;
-use Xchat::XPI::Events qw/delay/;
+use Xchat::XPI::Events qw<delay>;
 
 use constant {
  JOIN_DELAY => 1000,