source: main/trunk/greenstone2/perllib/cpan/JSON/XS/Boolean.pm@ 24921

Last change on this file since 24921 was 24921, checked in by davidb, 12 years ago

Some of our perl CGI scripts use JSON, while included in the ActivePerl distribution, it does not appear to be a standard Perl module

  • Property svn:executable set to *
File size: 412 bytes
Line 
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 <[email protected]>
23 http://home.schmorp.de/
24
25=cut
26
Note: See TracBrowser for help on using the repository browser.