http://www.perlmonks.org?node_id=1125234


in reply to Re^5: LPW $response->decoded_content different on different servers ? (Bundle::LWP is dead)
in thread LWP $response->decoded_content different on different servers ?

Solved :) Thank you very much for the help Anonymous

Upgrading LWP did not help directly.
It turns out the bad server had both Bundle::LWP and 'LWP' installed and got confused, the good server only has Bundle::LWP

Removing the 'LWP' module from the bad server solved it for now.