[Bug 4110] After update to ActiveState Perl 5.8.8 - 819 check script fails

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4110





------- Comment #1 from ville.skytta@iki.fi  2006-12-29 15:08 -------
(In reply to comment #0)
> I had a working version of validator 0.7.2.  After updating to Perl 5.8.8 -819
> check script fails on line 290:
> my $T = HTML::Template->new(
>   filename    => File::Spec->catfile($CFG->{Paths}->{Templates},
>                                      Slang, 'result.tmpl'),

Does the last line above in your check script really have "Slang" in it?  It
should be "$lang" (without the quotes), and that's how it is in the validator
0.7.4 distribution tarball.

Received on Friday, 29 December 2006 15:08:56 UTC