ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS/Boolean.pm
Revision: 1.1
Committed: Mon Jul 2 07:39:31 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-1_4
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