Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 92633
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: dynkin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug of lwp-request(Use of uninitialized value $vals)
Date: Sat, 1 Feb 2014 12:59:15 +0900
To: bug-libwww-perl [...] rt.cpan.org
From: George Yoshida <dynkin [...] gmail.com>
I'm using following version of lwp-request $ GET -v This is lwp-request version 6.03 (libwww-perl-6.03) Copyright 1995-1999, Gisle Aas. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. When I GET the following url with '-ed' option, I get two warnings related to uninitialized values. $ GET -ed http://www.bbc.co.uk/news/business-25956284 | head Use of uninitialized value $vals in index at /usr/share/perl5/HTTP/Headers.pm line 259. Use of uninitialized value $vals in concatenation (.) or string at /usr/share/perl5/HTTP/Headers.pm line 262. 200 OK Cache-Control: private, max-age=0, must-revalidate Connection: close ... [snip] thanks! -- george