--- JSON-XS/XS.pm 2009/02/18 00:08:28 1.117 +++ JSON-XS/XS.pm 2009/08/08 10:06:02 1.123 @@ -101,10 +101,9 @@ package JSON::XS; -no warnings; -use strict; +use common::sense; -our $VERSION = '2.232'; +our $VERSION = '2.25'; our @ISA = qw(Exporter); our @EXPORT = qw(encode_json decode_json to_json from_json); @@ -444,6 +443,8 @@ This setting has no effect when decoding JSON texts. +This setting has currently no effect on tied hashes. + =item $json = $json->allow_nonref ([$enable]) =item $enabled = $json->get_allow_nonref