validator/misc/bundle Makefile.PL,1.37,1.38

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

Modified Files:
	Makefile.PL 
Log Message:
Enable external entity loading in XML::LibXML to fix #9899.


Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile.PL	10 Mar 2010 20:54:40 -0000	1.37
+++ Makefile.PL	10 Jun 2010 22:15:47 -0000	1.38
@@ -15,6 +15,7 @@
         # Hard dependencies:
         "CGI"                   => 2.81,
         "CGI::Carp"             => 0,
+        "Config"                => 0,
         "Config::General"       => 2.32,
         "Encode"                => 0,
         "Encode::Alias"         => 0,
@@ -37,6 +38,7 @@
         "Socket"                => 0,
         "URI"                   => 0,
         "URI::Escape"           => 0,
+        "URI::file"             => 0,
         "XML::LibXML"           => "1.70",
 
         # Optional:

Received on Thursday, 10 June 2010 22:15:51 UTC