diff options
author | ville <ville@localhost> | 2010-06-10 22:15:47 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-06-10 22:15:47 +0000 |
commit | 43144903be1e33d8605a2fc74f37377b663371a0 (patch) | |
tree | 07332f4a1232a5ee4a2269d4acced9eebf7fc9c8 /misc/bundle/lib | |
parent | dd695fa696d54b1ec7be931f5b636cdcc788f1e4 (diff) | |
download | markup-validator-43144903be1e33d8605a2fc74f37377b663371a0.zip markup-validator-43144903be1e33d8605a2fc74f37377b663371a0.tar.gz markup-validator-43144903be1e33d8605a2fc74f37377b663371a0.tar.bz2 |
Enable external entity loading in XML::LibXML to fix #9899.
Diffstat (limited to 'misc/bundle/lib')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 0973ea5..010d9df 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -23,6 +23,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> CGI 2.81 CGI::Carp + Config Config::General 2.32 Encode Encode::Alias @@ -47,6 +48,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> Socket URI URI::Escape + URI::file XML::LibXML 1.70 =head1 DESCRIPTION |