Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: third_party/JSON/README.chromium

Issue 15736030: Add JSON.pm to third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix permissions and shebangs Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/JSON/OWNERS ('k') | third_party/JSON/get_and_build_json_pm.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: JSON - JSON (JavaScript Object Notation) encoder/decoder
2 Short Name: JSON.pm
3 URL: http://search.cpan.org/~makamaka/JSON-2.59/lib/JSON.pm
4 Version: 2.59
5 License: GPL v1 or later / Artistic License
6 License File: NOT_SHIPPED
7 Security Critical: no
8
9 Description:
10 This directory contains JSON.pm, used by Perl scripts at build time
11 to read and write data in the JSON format.
12 JSON.pm is included in Perl 5.14+ as a core module, but not in earlier
13 versions, hence needed as separate module.
14
15 Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-2.59.tar.gz
16 SHA-1: 8a82c442088ffa0d605747fd5e65f51e037aad94
17
18 Local modifications:
19 Contains both source and built module, together with a script to download
20 archive, check SHA-1 hash, then (if ok) unarchive and build it.
OLDNEW
« no previous file with comments | « third_party/JSON/OWNERS ('k') | third_party/JSON/get_and_build_json_pm.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698