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


in reply to Re: LWP::Simple? Prototype mismatch?
in thread LWP::Simple? Prototype mismatch?

This is why it's a good practice to always specify exactly what you're importing (either by listing it explicitly or by using an appropriate :TAG), and to explicitly say use Module () if you're not importing anything.