Bug#824181: liblwpx-paranoidagent-perl: Patch

2016-05-13 Thread Stefan Greiner
Package: liblwpx-paranoidagent-perl Version: 1.10-5 Followup-For: Bug #824181 Dear Maintainer, here is a patch which fixes to problem in my eyes: --- /usr/share/perl5/LWPx/Protocol/http_paranoid.pm 2016-05-13 16:13:05.354892077 +0200 +++

Bug#824181: liblwpx-paranoidagent-perl: in use strict mode: warning: Use of uninitialized value

2016-05-13 Thread Stefan Greiner
Package: liblwpx-paranoidagent-perl Version: 1.10-5 Severity: normal Dear Maintainer, we have a server which uses a perl script. This perl script is written by "use strict;" I needed to implement LWPx::ParanoidAgent into the script. Now I get this warning after executing userAgent->get($url)