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.175 by root, Wed Mar 6 07:32:06 2019 UTC vs.
Revision 1.176 by root, Tue Oct 27 18:05:58 2020 UTC

87 87
88package JSON::XS; 88package JSON::XS;
89 89
90use common::sense; 90use common::sense;
91 91
92our $VERSION = '4.02'; 92our $VERSION = '4.03';
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