perl - After update of the JSON module i get the following warning -


after update of json module version 1.54 2.07 following warning in logs:

prototype mismatch: sub modperl::root::modperl::perlrun::mypath_myfile_2epl::from_json: none vs ($@) @ mypath_myfile.pl line 6. prototype mismatch: sub modperl::root::modperl::perlrun::mypath_myfile_2epl::to_json: none vs ($@) @ mypath_myfile.pl line 6. prototype mismatch: sub modperl::root::modperl::perlrun::mypath_myfile_2epl::encode_json: none vs ($) @ mypath_myfile.pl line 6. prototype mismatch: sub modperl::root::modperl::perlrun::mypath_myfile_2epl::decode_json: none vs ($) @ mypath_myfile.pl line 6. 

in line 6 of myfile.pl use json; called

any ideas what's going wrong here or how solve issue?

check incompabilities between json 1 .x , 2.x @ cpan.
include before json? modperl version running?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -