summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-10 20:51:39 +0000
committerville <ville@localhost>2010-03-10 20:51:39 +0000
commitc7aa57a36a211a3a41f6250bb899ebdf0a2483f6 (patch)
tree91bdc61f97f8b9f0da27933d9145c19ce8eb0e14 /misc
parent5b25afbe06ddeeea0c61bf64423a1caa2e8f469a (diff)
downloadmarkup-validator-c7aa57a36a211a3a41f6250bb899ebdf0a2483f6.zip
markup-validator-c7aa57a36a211a3a41f6250bb899ebdf0a2483f6.tar.gz
markup-validator-c7aa57a36a211a3a41f6250bb899ebdf0a2483f6.tar.bz2
Require XML::LibXML >= 1.70 for structured error bugfixes.
Diffstat (limited to 'misc')
-rw-r--r--misc/bundle/Makefile.PL2
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index ee4bd7a..96dfef5 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -37,7 +37,7 @@ WriteMakefile(
"Socket" => 0,
"URI" => 0,
"URI::Escape" => 0,
- "XML::LibXML" => 1.69,
+ "XML::LibXML" => 1.70,
# Optional:
"Encode::JIS2K" => 0,
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index 9429218..0973ea5 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -47,7 +47,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
Socket
URI
URI::Escape
- XML::LibXML 1.69
+ XML::LibXML 1.70
=head1 DESCRIPTION