validator/httpd/cgi-bin check,1.667,1.668

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv13127/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Remove unused String::Approx imports.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.667
retrieving revision 1.668
diff -u -d -r1.667 -r1.668
--- check	29 Jun 2009 20:30:47 -0000	1.667
+++ check	30 Jun 2009 15:10:38 -0000	1.668
@@ -64,7 +64,7 @@
 use URI                        qw();
 use URI::Escape                qw(uri_escape);
 use XML::LibXML                qw();
-use String::Approx             qw(amatch adist adistr);
+use String::Approx             qw();
 
 ###############################################################################
 #### Constant definitions. ####################################################

Received on Tuesday, 30 June 2009 15:10:50 UTC