ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS/Boolean.pm
Revision: 1.2
Committed: Tue Jul 3 04:54:00 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_01, rel-1_51, rel-1_53, rel-2_222, rel-3_0, rel-2_2, rel-2_3, rel-2_0, rel-2_1, rel-2_34, rel-2_32, rel-2_33, rel-2_31, rel-1_5, rel-2_2311, rel-1_43, rel-1_41, rel-2_232, rel-2_231, rel-2_29, rel-2_28, rel-2_21, rel-2_2222, rel-2_23, rel-2_22, rel-2_25, rel-2_24, rel-2_27, rel-2_26
Changes since 1.1: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

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