[ANNOUNCE] FreeBSD-CVSweb 3.0.0 (stable)
Jon Noack
noackjr at alumni.rice.edu
Fri Feb 27 00:13:07 PST 2004
On 2/26/2004 1:59 PM, Ville Skyttä wrote:
> Ok, here it goes, FreeBSD-CVSweb 3.0.0, the new stable version. This is
> a very much recommended update for everyone using Perl >= 5.6. For
> those stuck with Perl < 5.6, the old stable version (2.0.6) is still
> available.
>
> The only change between 2.9.3 (beta) and this one is a fix for Enscript
> colored side by side diffs when using diffutils < 2.8.
What about the Enscript/Perl syntax highlighting issue? A recap:
Syntax highlighting does not work for filenames ending with *.pl. I
believe the problem is on line 568 of cvsweb.conf (hand computed from
cvsweb.conf from 2.9.3 plus changes). I'm not an expert on regex, but
this line looks to me like it matches .pm, .pel, and .perl (ignoring
case). Shouldn't the '?' be outside the parens:
'perl' => qr/\.p(m|(er)?l)$/io,
This should match .pm, .pl, and .perl (ignoring case). I have verified
that this fixes Enscript/Perl highlighting for me.
Jon Noack
More information about the freebsd-cvsweb
mailing list