--- JSON-XS/XS.pm 2008/07/19 04:21:32 1.109 +++ JSON-XS/XS.pm 2008/11/20 03:59:53 1.113 @@ -51,8 +51,6 @@ their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. -See COMPARISON, below, for a comparison to some other JSON modules. - See MAPPING, below, on how JSON::XS maps perl values to JSON values and vice versa. @@ -103,9 +101,10 @@ package JSON::XS; +no warnings; use strict; -our $VERSION = '2.222'; +our $VERSION = '2.231'; our @ISA = qw(Exporter); our @EXPORT = qw(encode_json decode_json to_json from_json);