summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2010-07-06 19:31:39 +0300
committerVille Skytt? <ville.skytta@iki.fi>2010-07-06 19:31:39 +0300
commit2418282febc0fa98189b5527b75bedf059d30660 (patch)
tree81fefa6a57787096ed00124a1fdd5d5328c689b2 /misc
parent37f485c9e7d828da896e7676ef878668ece896f3 (diff)
downloadmarkup-validator-2418282febc0fa98189b5527b75bedf059d30660.zip
markup-validator-2418282febc0fa98189b5527b75bedf059d30660.tar.gz
markup-validator-2418282febc0fa98189b5527b75bedf059d30660.tar.bz2
Run incomplete input URLs through URI::Heuristic.
Diffstat (limited to 'misc')
-rw-r--r--misc/bundle/Makefile.PL1
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index 270965e..eefde56 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -39,6 +39,7 @@ WriteMakefile(
"URI" => 0,
"URI::Escape" => 0,
"URI::file" => 0,
+ "URI::Heuristic" => 0,
"XML::LibXML" => "1.70",
# Optional:
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index 7a4a138..a0d0013 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -49,6 +49,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
URI
URI::Escape
URI::file
+ URI::Heuristic
XML::LibXML 1.70
=head1 DESCRIPTION