diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-06 10:18:58 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-06 10:18:58 +0200 |
commit | d44bde67048adad4fc125378a3eb502aca48cc2a (patch) | |
tree | 94b4b9e12714058b9ec9bf0307bed238c417cd88 /misc | |
parent | b5c27c357800d3881beec3d09a044d2445aa1354 (diff) | |
download | markup-validator-d44bde67048adad4fc125378a3eb502aca48cc2a.zip markup-validator-d44bde67048adad4fc125378a3eb502aca48cc2a.tar.gz markup-validator-d44bde67048adad4fc125378a3eb502aca48cc2a.tar.bz2 |
Point to HTTPS badge and referer docs for uploads, direct input, and https doc URIs.
URI >= 1.53 is now required.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bundle/Makefile.PL | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index eefde56..0494ebf 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -36,7 +36,7 @@ WriteMakefile( "Net::IP" => 0, "SGML::Parser::OpenSP" => 0.991, "Socket" => 0, - "URI" => 0, + "URI" => 1.53, "URI::Escape" => 0, "URI::file" => 0, "URI::Heuristic" => 0, diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index de3a7db..3a0b082 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -46,7 +46,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> Net::hostent SGML::Parser::OpenSP 0.991 Socket - URI + URI 1.53 URI::Escape URI::file URI::Heuristic |