summaryrefslogtreecommitdiff
path: root/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-12-30 23:43:44 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-02 22:35:00 -0500
commitd54243158c0e4ba0127eb487c5b2e2a10484e8d0 (patch)
tree2f1238fc9caaa427391abff7c62da09dc6a76f3d /cpan/JSON-PP/lib/JSON/PP/Boolean.pm
parent5e3072707906cc4cb8a364c4cf7c487df0300caa (diff)
downloadperl-d54243158c0e4ba0127eb487c5b2e2a10484e8d0.tar.gz
Add JSON::PP to the Perl core
Per discussions with Jesse Vincent, JSON::PP has been added to the Perl core to support the new CPAN meta file specification
Diffstat (limited to 'cpan/JSON-PP/lib/JSON/PP/Boolean.pm')
-rw-r--r--cpan/JSON-PP/lib/JSON/PP/Boolean.pm26
1 files changed, 26 insertions, 0 deletions
diff --git a/cpan/JSON-PP/lib/JSON/PP/Boolean.pm b/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
new file mode 100644
index 0000000000..0b1fb19b2c
--- /dev/null
+++ b/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
@@ -0,0 +1,26 @@
+=head1 NAME
+
+JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
+
+=head1 SYNOPSIS
+
+ # do not "use" yourself
+
+=head1 DESCRIPTION
+
+This module exists only to provide overload resolution for Storable and similar modules. See
+L<JSON::PP> for more info about this class.
+
+=cut
+
+use JSON::PP ();
+use strict;
+
+1;
+
+=head1 AUTHOR
+
+This idea is from L<JSON::XS::Boolean> written by Marc Lehmann <schmorp[at]schmorp.de>
+
+=cut
+