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

Comparing JSON-XS/XS.pm (file contents):
Revision 1.117 by root, Wed Feb 18 00:08:28 2009 UTC vs.
Revision 1.118 by root, Thu Feb 19 01:13:46 2009 UTC

102package JSON::XS; 102package JSON::XS;
103 103
104no warnings; 104no warnings;
105use strict; 105use strict;
106 106
107our $VERSION = '2.232'; 107our $VERSION = '2.2311';
108our @ISA = qw(Exporter); 108our @ISA = qw(Exporter);
109 109
110our @EXPORT = qw(encode_json decode_json to_json from_json); 110our @EXPORT = qw(encode_json decode_json to_json from_json);
111 111
112sub to_json($) { 112sub to_json($) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines