Subject: | Monkey patch for LWP::Protocol confuses the toolchain |
The monkey patch for LWP::Protocol confuses various toolchain things that look to see what packages a distro provides. The fix is to write this as:
package
LWP::Protocol;
This is the more or less blessed hack that makes various toolchain tools ignore your package declaration.