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.172 by root, Thu Nov 15 23:07:55 2018 UTC vs.
Revision 1.173 by root, Mon Nov 19 10:27:29 2018 UTC

87 87
88package JSON::XS; 88package JSON::XS;
89 89
90use common::sense; 90use common::sense;
91 91
92our $VERSION = '4.0_00'; 92our $VERSION = '4.0';
93our @ISA = qw(Exporter); 93our @ISA = qw(Exporter);
94 94
95our @EXPORT = qw(encode_json decode_json); 95our @EXPORT = qw(encode_json decode_json);
96 96
97use Exporter; 97use Exporter;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines