From: Vincent Pit Date: Tue, 23 Mar 2010 10:39:30 +0000 (+0100) Subject: Complete the highlight list X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=commitdiff_plain;h=70c8dbe5c65630fd27994d34a748fd05f2d5f968 Complete the highlight list --- diff --git a/hl.pl b/hl.pl index fdaaf5c..5b67967 100755 --- 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- / ], );