diff options
author | ot <ot@localhost> | 2009-02-13 21:04:15 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2009-02-13 21:04:15 +0000 |
commit | dacd245696ad4ae255b09df446a0f81dc000ef7c (patch) | |
tree | f55fd880171dca34f6d45bd767c557d5cbe4673d /misc | |
parent | abadf3695510d065c73474787ecf1d7502b37354 (diff) | |
download | markup-validator-dacd245696ad4ae255b09df446a0f81dc000ef7c.zip markup-validator-dacd245696ad4ae255b09df446a0f81dc000ef7c.tar.gz markup-validator-dacd245696ad4ae255b09df446a0f81dc000ef7c.tar.bz2 |
using fuzzy matching to suggest replacement in case of unknown/ill-cased element or attribute - http://www.w3.org/Bugs/Public/show_bug.cgi?id=4412. Requires String::Approx perl library for Levenshtein edit distance matching/computing.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bundle/META.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 468e662..547d4b4 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -21,6 +21,7 @@ requires: SGML::Parser::OpenSP: 0 URI: 0 XML::LibXML: 0 + String::Approx: 0 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.3.html version: 1.3 |