Title: [167981] trunk/Tools
Revision
167981
Author
sle...@apple.com
Date
2014-04-29 21:54:07 -0700 (Tue, 29 Apr 2014)

Log Message

<rdar://problem/16765765> Use JSON::PP in perl scripts instead of JSON.

Rubber stamped by Jessie Berlin.

JSON.pm was removed from our tools setup.

* Scripts/generate-coverage-data:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (167980 => 167981)


--- trunk/Tools/ChangeLog	2014-04-30 04:03:55 UTC (rev 167980)
+++ trunk/Tools/ChangeLog	2014-04-30 04:54:07 UTC (rev 167981)
@@ -1,3 +1,13 @@
+2014-04-29  Stephanie Lewis  <sle...@apple.com>
+
+        <rdar://problem/16765765> Use JSON::PP in perl scripts instead of JSON.
+        
+        Rubber stamped by Jessie Berlin.
+
+        JSON.pm was removed from our tools setup.
+
+        * Scripts/generate-coverage-data:
+
 2014-04-29  Filip Pizlo  <fpi...@apple.com>
 
         Use LLVM as a backend for the fourth-tier DFG JIT (a.k.a. the FTL JIT)

Modified: trunk/Tools/Scripts/generate-coverage-data (167980 => 167981)


--- trunk/Tools/Scripts/generate-coverage-data	2014-04-30 04:03:55 UTC (rev 167980)
+++ trunk/Tools/Scripts/generate-coverage-data	2014-04-30 04:54:07 UTC (rev 167981)
@@ -34,7 +34,7 @@
 use File::Spec;
 use FindBin;
 use Getopt::Long qw(:config pass_through);
-use JSON;
+use JSON::PP;
 use lib $FindBin::Bin;
 use List::Util qw(sum);
 use List::Util qw(max);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to