- From: Ville Skytta <ville@abyss.w3.org>
- Date: Sun, 27 Jul 2003 12:19:03 -0400
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory rux.w3.org:/temp/tmp/cvs-serv16189/httpd/cgi-bin
Modified Files:
Tag: validator-0_6_0-branch
checklink.pl
Log Message:
Don't conditionalize the Term::ReadKey requirement, but defer its loading
until actually needed. system('stty') doesn't work under -T without laundering
$ENV{PATH}, and I don't feel like going there :P
Also, don't load CGI and CGI::Carp in command line mode; defer by using
require() instead of use().
Received on Sunday, 27 July 2003 12:19:04 UTC