- From: Ville Skytta <ville@hutz.w3.org>
- Date: Sat, 17 Apr 2004 10:05:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv10881/httpd/cgi-bin Modified Files: Tag: validator-0_6_0-branch check Log Message: We're not using -SplitPolicy with Config::General. Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.87 retrieving revision 1.305.2.88 diff -u -d -r1.305.2.87 -r1.305.2.88 --- check 17 Apr 2004 01:55:26 -0000 1.305.2.87 +++ check 17 Apr 2004 10:05:41 -0000 1.305.2.88 @@ -43,7 +43,7 @@ ); # 2.81 for XHTML, and import redirect() function. use CGI::Carp qw(carp croak fatalsToBrowser); -use Config::General 2.06 qw(); # Need 2.06 for -SplitPolicy +use Config::General qw(); use File::Spec qw(); use HTML::Parser 3.25 qw(); # Need 3.25 for $p->ignore_elements. use HTTP::Request qw();
Received on Saturday, 17 April 2004 06:05:55 UTC