validator/misc/bundle META.yml,1.15,1.16 Makefile.PL,1.24,1.25

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

Modified Files:
	META.yml Makefile.PL 
Log Message:
Fix JSON output errors (missing/extra commas, incorrect escaping) (#7000).  New dependency: JSON >= 2.00.

Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- META.yml	29 Jun 2009 14:33:39 -0000	1.15
+++ META.yml	29 Jun 2009 18:21:16 -0000	1.16
@@ -25,6 +25,7 @@
     HTTP::Message:                 1.52
     HTTP::Negotiate:               0
     HTTP::Request:                 0
+    JSON:                          2
     LWP::UserAgent:                2.032
     Net::hostent:                  0
     Net::IP:                       0

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile.PL	29 Jun 2009 14:33:39 -0000	1.24
+++ Makefile.PL	29 Jun 2009 18:21:16 -0000	1.25
@@ -24,6 +24,7 @@
                       HTTP::Message         => 1.52,
                       HTTP::Negotiate       => 0,
                       HTTP::Request         => 0,
+                      JSON                  => 2.00,
                       LWP::UserAgent        => 2.032,
                       Net::hostent          => 0,
                       Net::IP               => 0,

Received on Monday, 29 June 2009 18:21:30 UTC