1=head1 NAME
2
3JSON::XS::Boolean - dummy module providing JSON::XS::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::XS> for more info about this class.
13
14=cut
15
16use JSON::XS ();
17
181;
19
20=head1 AUTHOR
21
22 Marc Lehmann <schmorp@schmorp.de>
23 http://home.schmorp.de/
24
25=cut
26
27