validator/misc/bundle META.yml,1.17,1.18 Makefile.PL,1.26,1.27

Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv12235/misc/bundle

Modified Files:
	META.yml Makefile.PL 
Log Message:
Remove fuzzy matching/"Did you mean ..." implementation due to too many
incorrect suggestions emitted.  We'd need to be aware of which attributes
and/or elements are valid in the checked document in the particular position;
flat lists of all HTML elements and attributes results in too many false
positives.  String::Approx usage would have probably needed some work as
well, or perhaps it wasn't the best choice for the task to begin with.


Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- META.yml	29 Jun 2009 20:30:48 -0000	1.17
+++ META.yml	16 Sep 2009 19:15:19 -0000	1.18
@@ -31,7 +31,6 @@
     Net::IP:                       0
     SGML::Parser::OpenSP:          0.991
     Socket:                        0
-    String::Approx:                0
     URI:                           0
     URI::Escape:                   0
     XML::LibXML:                   0

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.PL	29 Jun 2009 20:30:48 -0000	1.26
+++ Makefile.PL	16 Sep 2009 19:15:19 -0000	1.27
@@ -30,7 +30,6 @@
                       Net::IP               => 0,
                       SGML::Parser::OpenSP  => 0.991,
                       Socket                => 0,
-                      String::Approx        => 0,
                       URI                   => 0,
                       URI::Escape           => 0,
                       XML::LibXML           => 0,

Received on Wednesday, 16 September 2009 19:15:31 UTC