- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Apr 2007 09:42:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle/lib/Bundle/W3C In directory hutz:/tmp/cvs-serv2639/misc/bundle/lib/Bundle/W3C Modified Files: Validator.pm Log Message: Update dependencies Index: Validator.pm =================================================================== RCS file: /sources/public/validator/misc/bundle/lib/Bundle/W3C/Validator.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Validator.pm 31 Mar 2006 05:51:50 -0000 1.5 +++ Validator.pm 2 Apr 2007 09:42:33 -0000 1.6 @@ -1,10 +1,10 @@ package Bundle::W3C::Validator; -use 5.6.0; +use 5.8.0; use strict; use vars qw($VERSION); -$VERSION = '0.7.0'; +$VERSION = '0.8.0'; 1; @@ -22,12 +22,12 @@ CGI 2.81 Config::General 2.19 + HTML::Encoding 0.52 HTML::Parser 3.25 HTML::Template 2.6 LWP::UserAgent 1.90 Net::IP - Set::IntSpan - Text::Iconv + SGML::Parser::OpenSP URI =head1 DESCRIPTION @@ -46,7 +46,7 @@ =head1 COPYRIGHT AND LICENSE -Copyright (C) 1994-2006 World Wide Web Consortium, (Massachusetts +Copyright (C) 1994-2007 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C(R) Software License [1] in the hope that it
Received on Monday, 2 April 2007 09:42:39 UTC