- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Feb 2006 11:35:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv29737/httpd/cgi-bin
Modified Files:
Tag: validator-0_7-branch
check sendfeedback.pl
Log Message:
Point to more info about Config::General <msg 0> workarounds.
Index: sendfeedback.pl
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/sendfeedback.pl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- sendfeedback.pl 24 Feb 2006 20:51:20 -0000 1.4.2.1
+++ sendfeedback.pl 26 Feb 2006 11:35:30 -0000 1.4.2.2
@@ -76,6 +76,9 @@
$lang, 'error_messages.cfg'),
)->getall();
# Config::General workarounds for <msg 0> issues:
+# http://lists.w3.org/Archives/Public/public-qa-dev/2006Feb/0022.html
+# http://lists.w3.org/Archives/Public/public-qa-dev/2006Feb/0025.html
+# https://rt.cpan.org/Public/Bug/Display.html?id=17852
$rsrc{msg}{0} ||=
delete($rsrc{'msg 0'}) || # < 2.31
{ original => delete($rsrc{msg}{original}), # 2.31
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.432.2.10
retrieving revision 1.432.2.11
diff -u -d -r1.432.2.10 -r1.432.2.11
--- check 18 Feb 2006 20:06:41 -0000 1.432.2.10
+++ check 26 Feb 2006 11:35:30 -0000 1.432.2.11
@@ -312,6 +312,9 @@
$lang, 'error_messages.cfg'),
)->getall();
# Config::General workarounds for <msg 0> issues:
+# http://lists.w3.org/Archives/Public/public-qa-dev/2006Feb/0022.html
+# http://lists.w3.org/Archives/Public/public-qa-dev/2006Feb/0025.html
+# https://rt.cpan.org/Public/Bug/Display.html?id=17852
$rsrc{msg}{0} ||=
delete($rsrc{'msg 0'}) || # < 2.31
{ original => delete($rsrc{msg}{original}), # 2.31
Received on Sunday, 26 February 2006 11:35:38 UTC