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
Post a Comment