]> git.vpit.fr Git - perl/scripts/xchat.git/commitdiff
Complete the list of highlighted modules
authorVincent Pit <vince@profvince.com>
Thu, 30 Jul 2009 09:33:32 +0000 (11:33 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 30 Jul 2009 09:33:32 +0000 (11:33 +0200)
hl.pl

diff --git a/hl.pl b/hl.pl
index c2f32b9f68deb62b11e0db03a44d2098ca52605e..1af2f58d2e683d7363cb4a18a443903c5da4233d 100755 (executable)
--- a/hl.pl
+++ b/hl.pl
@@ -21,7 +21,27 @@ sub guihl {
 hook_print 'Private Message to Dialog', sub { guihl; return EAT_NONE };
 
 my %words = (
- '#cpantesters' => [ qw/Linux-SysInfo MorseSignals Regexp-Wildcards Scalar-Vec-Util Sub-Prototype-Util Test-Valgrind Variable-Magic with- B-RecDeparse Sub-Nary indirect- subs-auto/ ]
+ '#cpantesters' => [ qw/
+    Acme-CPANAuthors-You-re_using
+    B-RecDeparse
+    CPANPLUS-Dist-Gentoo
+    Lexical-Types
+    Linux-SysInfo
+    MorseSignals
+    Perl-Critic-Policy-Dynamic-NoIndirect
+    Regexp-Wildcards
+    Scalar-Vec-Util
+    Scope-Upper
+    Sub-Nary
+    Sub-Prototype-Util
+    Test-Valgrind
+    Thread-Cleanup
+    Variable-Magic
+    indirect-
+    rgit-
+    subs-auto
+    with-
+  / ],
 );
 
 for (keys %words) {