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.16 by root, Sat Mar 24 02:23:51 2007 UTC vs.
Revision 1.17 by root, Sat Mar 24 19:42:14 2007 UTC

78=cut 78=cut
79 79
80package JSON::XS; 80package JSON::XS;
81 81
82BEGIN { 82BEGIN {
83 $VERSION = '0.31'; 83 $VERSION = '0.5';
84 @ISA = qw(Exporter); 84 @ISA = qw(Exporter);
85 85
86 @EXPORT = qw(to_json from_json); 86 @EXPORT = qw(to_json from_json);
87 require Exporter; 87 require Exporter;
88 88

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines