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.64 by root, Thu Oct 11 23:57:24 2007 UTC vs.
Revision 1.67 by root, Mon Oct 15 01:22:34 2007 UTC

1=encoding utf-8
2
3=head1 NAME 1=head1 NAME
4 2
5JSON::XS - JSON serialising/deserialising, done correctly and fast 3JSON::XS - JSON serialising/deserialising, done correctly and fast
6 4
7JSON::XS - 正しくて高速な JSON シリアライザ/デシリアライザ 5JSON::XS - 正しくて高速な JSON シリアライザ/デシリアライザ
86 84
87package JSON::XS; 85package JSON::XS;
88 86
89use strict; 87use strict;
90 88
91our $VERSION = '1.5'; 89our $VERSION = '1.52';
92our @ISA = qw(Exporter); 90our @ISA = qw(Exporter);
93 91
94our @EXPORT = qw(to_json from_json); 92our @EXPORT = qw(to_json from_json);
95 93
96use Exporter; 94use Exporter;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines