]> git.vpit.fr Git - perl/scripts/xchat.git/commitdiff
Complete the highlight list
authorVincent Pit <vince@profvince.com>
Tue, 23 Mar 2010 10:39:30 +0000 (11:39 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 23 Mar 2010 10:39:30 +0000 (11:39 +0100)
hl.pl

diff --git a/hl.pl b/hl.pl
index fdaaf5cb89477d755e54fc52d7b37c39b0a3539c..5b67967ec415e0b07257c06280ca3b209e6bec09 100755 (executable)
--- a/hl.pl
+++ b/hl.pl
@@ -9,7 +9,7 @@ use lib get_info 'xchatdir';
 use Xchat::XPI;
 use Xchat::XPI::Events qw/filter/;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 my $ph;
 
@@ -28,23 +28,26 @@ my %hl = (
  '#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-
   / ],
 );