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

Side by Side Diff: third_party/JSON/JSON-2.58/lib/JSON/backportPP/Boolean.pm

Issue 15736030: Add JSON.pm to third_party (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
OLDNEW
(Empty)
1 =head1 NAME
2
3 JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
4
5 =head1 SYNOPSIS
6
7 # do not "use" yourself
8
9 =head1 DESCRIPTION
10
11 This module exists only to provide overload resolution for Storable
12 and similar modules. See L<JSON::PP> for more info about this class.
13
14 =cut
15
16 use JSON::backportPP ();
17 use strict;
18
19 1;
20
21 =head1 AUTHOR
22
23 This idea is from L<JSON::XS::Boolean> written by
24 Marc Lehmann <schmorp[at]schmorp.de>
25
26 =cut
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698