--- JSON-XS/XS.pm 2008/07/19 04:21:32 1.109 +++ JSON-XS/XS.pm 2008/07/20 17:55:19 1.110 @@ -103,9 +103,10 @@ package JSON::XS; +no warnings; use strict; -our $VERSION = '2.222'; +our $VERSION = '2.2222'; our @ISA = qw(Exporter); our @EXPORT = qw(encode_json decode_json to_json from_json);