validator/misc/bundle/lib/Bundle/W3C Validator.pm,1.37,1.38

Update of /sources/public/validator/misc/bundle/lib/Bundle/W3C
In directory hutz:/tmp/cvs-serv14231/misc/bundle/lib/Bundle/W3C

Modified Files:
	Validator.pm 
Log Message:
Require XML::LibXML >= 1.70 for structured error bugfixes.

Index: Validator.pm
===================================================================
RCS file: /sources/public/validator/misc/bundle/lib/Bundle/W3C/Validator.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Validator.pm	3 Mar 2010 19:49:34 -0000	1.37
+++ Validator.pm	10 Mar 2010 20:51:39 -0000	1.38
@@ -47,7 +47,7 @@
  Socket
  URI
  URI::Escape
- XML::LibXML 1.69
+ XML::LibXML 1.70
 
 =head1 DESCRIPTION
 

Received on Wednesday, 10 March 2010 20:51:43 UTC