summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorville <ville@localhost>2007-04-04 09:27:13 +0000
committerville <ville@localhost>2007-04-04 09:27:13 +0000
commit04d299ecbd53ba5fcc42d13fa62e91cdd40435a4 (patch)
tree334695a0d3cbd81ee60b23c2742a366178f5875d /misc
parent88e7c196a2f0ecfc0f3bbea68b51cf29de536759 (diff)
downloadmarkup-validator-04d299ecbd53ba5fcc42d13fa62e91cdd40435a4.zip
markup-validator-04d299ecbd53ba5fcc42d13fa62e91cdd40435a4.tar.gz
markup-validator-04d299ecbd53ba5fcc42d13fa62e91cdd40435a4.tar.bz2
+XML::LibXML
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 975b490..92e53e8 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -16,6 +16,7 @@ WriteMakefile(
Net::IP => 0,
SGML::Parser::OpenSP => 0
URI => 0,
+ XML::LibXML => 0,
},
dist => { TARFLAGS => '--owner=0 --group=0 -cvf' },
clean => { FILES => 'ChangeLog.bak' },
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index e09b6ab..c38bedf 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -29,6 +29,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
Net::IP
SGML::Parser::OpenSP
URI
+ XML::LibXML
=head1 DESCRIPTION