]> git.vpit.fr Git - perl/scripts/xchat.git/blobdiff - hl.pl
Switch to qw<>
[perl/scripts/xchat.git] / hl.pl
diff --git a/hl.pl b/hl.pl
index fdaaf5cb89477d755e54fc52d7b37c39b0a3539c..7d1278b2d096ec9c95c20620e834b9cdbc0c4a1e 100755 (executable)
--- a/hl.pl
+++ b/hl.pl
@@ -3,13 +3,13 @@ package Xchat::VPIT::Highlight;
 use strict;
 use warnings;
 
-use Xchat qw/:all/;
+use Xchat qw<:all>;
 
 use lib get_info 'xchatdir';
 use Xchat::XPI;
-use Xchat::XPI::Events qw/filter/;
+use Xchat::XPI::Events qw<filter>;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 my $ph;
 
@@ -25,27 +25,30 @@ sub guiclear {
 hook_print 'Private Message to Dialog', sub { guihl; return EAT_NONE };
 
 my %hl = (
- '#cpantesters' => [ qw/
+ '#cpantesters' => [ qw<
     Acme-CPANAuthors-You-re_using
     B-RecDeparse
+    Bit-MorseSignals
     CPANPLUS-Dist-Gentoo
+    IPC-MorseSignals
     Lexical-Types
     Linux-SysInfo
-    MorseSignals
     Perl-Critic-Policy-Dynamic-NoIndirect
     Regexp-Wildcards
     Scalar-Vec-Util
     Scope-Upper
     Sub-Nary
+    Sub-Op
     Sub-Prototype-Util
     Test-Valgrind
     Thread-Cleanup
     Variable-Magic
+    autovivification-
     indirect-
     rgit-
     subs-auto
-    with-
-  / ],
+    \bwith-
+  > ],
 );
 
 for (keys %hl) {