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.8 by root, Fri Mar 23 15:57:18 2007 UTC vs.
Revision 1.9 by root, Fri Mar 23 16:00:19 2007 UTC

59=cut 59=cut
60 60
61package JSON::XS; 61package JSON::XS;
62 62
63BEGIN { 63BEGIN {
64 $VERSION = '0.2'; 64 $VERSION = '0.3';
65 @ISA = qw(Exporter); 65 @ISA = qw(Exporter);
66 66
67 @EXPORT = qw(to_json from_json); 67 @EXPORT = qw(to_json from_json);
68 require Exporter; 68 require Exporter;
69 69

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines