Hi guys,

I am using Qooxdoo 1.0.1 and the RpcPerl backend Version 0.1 from  
http://sourceforge.net/projects/qooxdoo-contrib/files/.  
I think there is a bug in the JSONRPC.pm file in line 479.
I replaced your code
return $value ? JSON::True : JSON::False;
with
return $value ? JSON::true : JSON::false;
and it works fine for me now. 

In former versions of the Perl JSON module they called their functions 
JSON::False and JSON::True. But in the  
current version (2.17) of the Perl JSON module from 
http://search.cpan.org/~makamaka/JSON-2.17/lib/JSON.pm  
they use an other syntax for these functions. 

I hope I don't forget anything important 


Best regards

Michael 


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to