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.109 by root, Sat Jul 19 04:21:32 2008 UTC vs.
Revision 1.110 by root, Sun Jul 20 17:55:19 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines