From: Vincent Pit Date: Thu, 30 Jul 2009 09:33:32 +0000 (+0200) Subject: Complete the list of highlighted modules X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=commitdiff_plain;h=c121cd3291c152431e30f27a7fcd754ec07aaceb Complete the list of highlighted modules --- diff --git a/hl.pl b/hl.pl index c2f32b9..1af2f58 100755 --- 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) {