QMI: add uqmi tool with all depends
[tomato.git] / release / src / router / uqmi / data / lib / JSON / backportPP / Boolean.pm
blob2646b8e3a052c249c5e3f88d745e9932041a30f2
1 =head1 NAME
3 JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
5 =head1 SYNOPSIS
7 # do not "use" yourself
9 =head1 DESCRIPTION
11 This module exists only to provide overload resolution for Storable and similar modules. See
12 L<JSON::PP> for more info about this class.
14 =cut
16 use JSON::backportPP ();
17 use strict;
21 =head1 AUTHOR
23 This idea is from L<JSON::XS::Boolean> written by Marc Lehmann <schmorp[at]schmorp.de>
25 =cut