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/bundle/lib | |
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/bundle/lib')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |