diff options
author | ville <ville@localhost> | 2009-01-04 11:34:57 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-01-04 11:34:57 +0000 |
commit | a145e2f5a258f37ef74ec43a15aed09ef57ec517 (patch) | |
tree | 0da2ba8820aec9472cef631cbc4d807b4e50aa90 /misc | |
parent | fec40beb27dc9458a12f6f25c8d19a3a2d141d39 (diff) | |
download | markup-validator-a145e2f5a258f37ef74ec43a15aed09ef57ec517.zip markup-validator-a145e2f5a258f37ef74ec43a15aed09ef57ec517.tar.gz markup-validator-a145e2f5a258f37ef74ec43a15aed09ef57ec517.tar.bz2 |
LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header().
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bundle/META.yml | 25 | ||||
-rw-r--r-- | misc/bundle/Makefile.PL | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
3 files changed, 16 insertions, 13 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 1f2fd45..6ab6248 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -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 @@ requires: 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 diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 86db228..1f9d1c0 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -16,7 +16,7 @@ WriteMakefile( 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, diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 756471b..07b145a 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -29,7 +29,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> HTML::Encoding 0.52 HTML::Parser 3.25 HTML::Template 2.6 - LWP::UserAgent 1.90 + LWP::UserAgent 2.032 Net::IP SGML::Parser::OpenSP URI |