Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-LWP::Debug.patch | explicit loading of LWP::Debug The request method calls LWP::Debug::trace, but LWP::Debug is not loaded. This worked before because some other module had loaded LWP::Debug, but this is no longer the case. . This patch corrects that by adding an explicit 'use LWP::Debug ()' |
Damyan Ivanov <dmn@debian.org> | yes | debian upstream |