- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Jun 2009 18:21:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle/lib/Bundle/W3C In directory hutz:/tmp/cvs-serv17131/misc/bundle/lib/Bundle/W3C Modified Files: Validator.pm Log Message: Fix JSON output errors (missing/extra commas, incorrect escaping) (#7000). New dependency: JSON >= 2.00. Index: Validator.pm =================================================================== RCS file: /sources/public/validator/misc/bundle/lib/Bundle/W3C/Validator.pm,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Validator.pm 29 Jun 2009 14:33:39 -0000 1.27 +++ Validator.pm 29 Jun 2009 18:21:16 -0000 1.28 @@ -37,6 +37,7 @@ HTTP::Message 1.52 HTTP::Negotiate HTTP::Request + JSON 2.00 LWP::UserAgent 2.032 Net::IP Net::hostent
Received on Monday, 29 June 2009 18:21:30 UTC