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.66 by root, Sun Oct 14 20:02:57 2007 UTC vs.
Revision 1.67 by root, Mon Oct 15 01:22:34 2007 UTC

84 84
85package JSON::XS; 85package JSON::XS;
86 86
87use strict; 87use strict;
88 88
89our $VERSION = '1.51'; 89our $VERSION = '1.52';
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