]> git.evergreen-ils.org Git - OpenSRF.git/commit
not sure why this is an issue now (different perl/json:xs verions?), but
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 17 Feb 2009 17:47:18 +0000 (17:47 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 17 Feb 2009 17:47:18 +0000 (17:47 +0000)
commit5973651dfafd6ca49a4b3fc2d1109a933dd2b34a
tree2b75c50123378f67539e7e3ca04cc01d00bbb148
parentcb99abfcdaa26a92cb479023ac3b546a7989a406
not sure why this is an issue now (different perl/json:xs verions?), but
$obj->{$k} = JSONObject2Perl($bool)
results in 'Modification of a read-only value attempted', while
$obj->{$k} = $bool
does not, even though the JSON::XS::Boolean object is not altered by JSONObject2Perl().
just missing something?
patched

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1664 9efc2488-bf62-4759-914b-345cdb29e865
src/perl/lib/OpenSRF/Utils/JSON.pm