xref: /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP/Boolean.pm (revision 91f110e064cd7c194e59e019b83bb7496c1c84d4)
1=head1 NAME
2
3JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
4
5=head1 SYNOPSIS
6
7 # do not "use" yourself
8
9=head1 DESCRIPTION
10
11This module exists only to provide overload resolution for Storable and similar modules. See
12L<JSON::PP> for more info about this class.
13
14=cut
15
16use JSON::PP ();
17use strict;
18
191;
20
21=head1 AUTHOR
22
23This idea is from L<JSON::XS::Boolean> written by Marc Lehmann <schmorp[at]schmorp.de>
24
25=cut
26
27