- 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 In directory hutz:/tmp/cvs-serv2639/misc/bundle Modified Files: Makefile.PL Log Message: Update dependencies Index: Makefile.PL =================================================================== RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.PL 10 Oct 2004 13:15:58 -0000 1.3 +++ Makefile.PL 2 Apr 2007 09:42:33 -0000 1.4 @@ -1,4 +1,4 @@ -use 5.6.0; +use 5.8.0; use ExtUtils::MakeMaker; WriteMakefile( @@ -7,15 +7,15 @@ AUTHOR => 'The W3C Markup Validator Team <www-validator@w3.org>', VERSION_FROM => 'lib/Bundle/W3C/Validator.pm', PREREQ_PM => { - CGI => 2.81, - Config::General => 2.19, - HTML::Parser => 3.25, - HTML::Template => 2.6, - LWP::UserAgent => 1.90, - Net::IP => 0, - Set::IntSpan => 0, - Text::Iconv => 0, - URI => 0, + 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 => 0, + SGML::Parser::OpenSP => 0 + URI => 0, }, dist => { TARFLAGS => '--owner=0 --group=0 -cvf' }, clean => { FILES => 'ChangeLog.bak' },
Received on Monday, 2 April 2007 09:42:45 UTC