root/trunk/extlib/JSON/PP/Boolean.pm
@
3531
| Revision 3531, 425 bytes (checked in by fumiakiy, 9 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 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 and similar modules. See |
| 12 | L<JSON::PP> for more info about this class. |
| 13 | |
| 14 | =cut |
| 15 | |
| 16 | use JSON::PP (); |
| 17 | use strict; |
| 18 | |
| 19 | 1; |
| 20 | |
| 21 | =head1 AUTHOR |
| 22 | |
| 23 | This idea is from L<JSON::XS::Boolean> written by Marc Lehmann <schmorp[at]schmorp.de> |
| 24 | |
| 25 | =cut |
| 26 |
Note: See TracBrowser
for help on using the browser.
