- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 11:34:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle In directory hutz:/tmp/cvs-serv878/misc/bundle Modified Files: META.yml Makefile.PL Log Message: LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header(). Index: META.yml =================================================================== RCS file: /sources/public/validator/misc/bundle/META.yml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- META.yml 4 Jan 2009 10:41:20 -0000 1.6 +++ META.yml 4 Jan 2009 11:34:56 -0000 1.7 @@ -1,10 +1,13 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# -name: Bundle-W3C-Validator -version: 0.8.0 -version_from: lib/Bundle/W3C/Validator.pm -installdirs: site -requires: +--- #YAML:1.0 +name: Bundle-W3C-Validator +version: 0.8.4 +abstract: Bundle of modules required by the W3C Markup Validator +license: ~ +author: + - The W3C Markup Validator Team <www-validator@w3.org> +generated_by: ExtUtils::MakeMaker version 6.42 +distribution_type: module +requires: CGI: 2.81 Config::General: 2.19 Encode: 0 @@ -14,11 +17,11 @@ HTML::Encoding: 0.52 HTML::Parser: 3.25 HTML::Template: 2.6 - LWP::UserAgent: 1.9 + LWP::UserAgent: 2.032 Net::IP: 0 SGML::Parser::OpenSP: 0 URI: 0 XML::LibXML: 0 - -distribution_type: module -generated_by: ExtUtils::MakeMaker version 6.30 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.3.html + version: 1.3 Index: Makefile.PL =================================================================== RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.PL 4 Jan 2009 10:41:21 -0000 1.12 +++ Makefile.PL 4 Jan 2009 11:34:56 -0000 1.13 @@ -16,7 +16,7 @@ HTML::Encoding => 0.52, HTML::Parser => 3.25, HTML::Template => 2.6, - LWP::UserAgent => 1.90, + LWP::UserAgent => 2.032, Net::IP => 0, SGML::Parser::OpenSP => 0, URI => 0,
Received on Sunday, 4 January 2009 11:35:12 UTC