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.69 by root, Tue Oct 23 03:31:14 2007 UTC vs.
Revision 1.70 by root, Tue Nov 13 22:59:08 2007 UTC

84 84
85package JSON::XS; 85package JSON::XS;
86 86
87use strict; 87use strict;
88 88
89our $VERSION = '1.52'; 89our $VERSION = '1.53';
90our @ISA = qw(Exporter); 90our @ISA = qw(Exporter);
91 91
92our @EXPORT = qw(to_json from_json); 92our @EXPORT = qw(to_json from_json);
93 93
94use Exporter; 94use Exporter;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines