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.64 by root, Thu Oct 11 23:57:24 2007 UTC vs.
Revision 1.65 by root, Sat Oct 13 01:55:31 2007 UTC

86 86
87package JSON::XS; 87package JSON::XS;
88 88
89use strict; 89use strict;
90 90
91our $VERSION = '1.5'; 91our $VERSION = '1.51';
92our @ISA = qw(Exporter); 92our @ISA = qw(Exporter);
93 93
94our @EXPORT = qw(to_json from_json); 94our @EXPORT = qw(to_json from_json);
95 95
96use Exporter; 96use Exporter;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines