diff options
author | ville <ville@localhost> | 2007-07-25 17:41:54 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-07-25 17:41:54 +0000 |
commit | b488015b073a084510bf2107c32e96fe3e574258 (patch) | |
tree | 9e7dabd6760e9cafc352f9bb49d7f15760f554da /misc/bundle/lib/Bundle/W3C/Validator.pm | |
parent | b1305cd5ebd0b37220191c1ff5ea8ca7fecea812 (diff) | |
download | markup-validator-b488015b073a084510bf2107c32e96fe3e574258.zip markup-validator-b488015b073a084510bf2107c32e96fe3e574258.tar.gz markup-validator-b488015b073a084510bf2107c32e96fe3e574258.tar.bz2 |
XML::LibXML >= 1.53 is needed for load_catalog().
Diffstat (limited to 'misc/bundle/lib/Bundle/W3C/Validator.pm')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 8b2ff2f..8c35f0b 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -22,18 +22,18 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> CGI 2.81 Config::General 2.19 - HTML::Encoding 0.52 - HTML::Parser 3.25 - HTML::Template 2.6 - LWP::UserAgent 1.90 Encode Encode::HanExtra Encode::JIS2K File::Spec + HTML::Encoding 0.52 + HTML::Parser 3.25 + HTML::Template 2.6 + LWP::UserAgent 1.90 Net::IP SGML::Parser::OpenSP URI - XML::LibXML + XML::LibXML 1.53 =head1 DESCRIPTION |