ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS/Boolean.pm
(Generate patch)

Comparing JSON-XS/XS/Boolean.pm (file contents):
Revision 1.2 by root, Tue Jul 3 04:54:00 2007 UTC vs.
Revision 1.3 by root, Tue Oct 29 10:35:37 2013 UTC

6 6
7 # do not "use" yourself 7 # do not "use" yourself
8 8
9=head1 DESCRIPTION 9=head1 DESCRIPTION
10 10
11This module exists only to provide overload resolution for Storable and similar modules. See 11This module exists only to provide overload resolution for Storable and
12L<JSON::XS> for more info about this class. 12similar modules. It's only needed for compatibility with data serialised
13(by other modules such as Storable) that was decoded by JSON::XS versions
14before 3.0.
15
16Since 3.0, JSON::PP::Boolean has replaced it. Support for
17JSON::XS::Boolean will be removed in a future release.
13 18
14=cut 19=cut
15 20
16use JSON::XS (); 21use JSON::XS ();
17 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines