Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 27064
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: saj_btcrd [...] thecommune.net
Cc:
AdminCc:

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



Subject: url gives warnings and no output
Here is a simplified test case: perl -MCGI -w -e '$q = new CGI; print $q->url(-relative => 1);' 3.10 prints '-e' which I believe to be correct. 3.29 prints warnings but no output: Use of uninitialized value in substitution (s///) at (eval 4) line 45. Use of uninitialized value in print at -e line 1.
Fixed in version 3.33. Lack of output is expected, warnings were not.