Missing JSON::PP Perl module

I’m getting this error using the remote API with the json output parameter

Invalid format json : Missing JSON::PP Perl module Exit status: 0

running Centos 5.4

I have not been able to find an install or config file to fix this one, any sugestions?

Thanks

The best way to fix this is to install the missing Perl module with a command like :

perl -MCPAN -e 'install JSON::PP'

Unfortunately I don’t know of any RPM package for that module…