validator/misc/bundle META.yml,1.19,1.20 Makefile.PL,1.30,1.31

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

Modified Files:
	META.yml Makefile.PL 
Log Message:
Add minimum required XML::LibXML version (best guess, not necessarily accurate)


Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- META.yml	2 Dec 2009 19:53:35 -0000	1.19
+++ META.yml	14 Dec 2009 22:03:54 -0000	1.20
@@ -33,7 +33,7 @@
     Socket:                        0
     URI:                           0
     URI::Escape:                   0
-    XML::LibXML:                   0
+    XML::LibXML:                   1.56
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.3.html
     version: 1.3

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.PL	2 Dec 2009 19:46:47 -0000	1.30
+++ Makefile.PL	14 Dec 2009 22:03:55 -0000	1.31
@@ -36,7 +36,7 @@
         "Socket"                => 0,
         "URI"                   => 0,
         "URI::Escape"           => 0,
-        "XML::LibXML"           => 0,
+        "XML::LibXML"           => 1.56,
 
         # Optional:
         "Encode::JIS2K" => 0,

Received on Monday, 14 December 2009 22:03:58 UTC