- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Jan 2009 22:19:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle/lib/Bundle/W3C In directory hutz:/tmp/cvs-serv22761/misc/bundle/lib/Bundle/W3C Modified Files: Validator.pm Log Message: Improve doctype preparse performance by aborting as soon as possible, fix required HTML::Parser version. Index: Validator.pm =================================================================== RCS file: /sources/public/validator/misc/bundle/lib/Bundle/W3C/Validator.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Validator.pm 4 Jan 2009 16:54:19 -0000 1.17 +++ Validator.pm 7 Jan 2009 22:19:30 -0000 1.18 @@ -27,7 +27,7 @@ Encode::JIS2K File::Spec::Functions HTML::Encoding 0.52 - HTML::Parser 3.25 + HTML::Parser 3.24 HTML::Template 2.6 LWP::UserAgent 2.032 Net::IP
Received on Wednesday, 7 January 2009 22:19:46 UTC