diff options
author | ville <ville@localhost> | 2009-02-19 16:16:47 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-02-19 16:16:47 +0000 |
commit | cf27d4d693fdef91d67f683a3b81aaeb66f45be2 (patch) | |
tree | 1f95f63abd6dd1a4a4a1009d9deaf5d8d9cbeb39 /misc/bundle | |
parent | 2f4f9f0ef17aaa504cce806bee8f6c9bbb2848eb (diff) | |
download | markup-validator-cf27d4d693fdef91d67f683a3b81aaeb66f45be2.zip markup-validator-cf27d4d693fdef91d67f683a3b81aaeb66f45be2.tar.gz markup-validator-cf27d4d693fdef91d67f683a3b81aaeb66f45be2.tar.bz2 |
Add String::Approx dependency.
Diffstat (limited to 'misc/bundle')
-rw-r--r-- | misc/bundle/Makefile.PL | 1 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 5305d75..a68be76 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -18,6 +18,7 @@ WriteMakefile( LWP::UserAgent => 2.032, Net::IP => 0, SGML::Parser::OpenSP => 0, + String::Approx => 0, URI => 0, XML::LibXML => 0, }, diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index c1bbb9e..20f503c 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -31,6 +31,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> LWP::UserAgent 2.032 Net::IP SGML::Parser::OpenSP + String::Approx URI XML::LibXML |