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: 28973
Status: resolved
Worked: 1 min
Priority: 0/
Queue: CGI

People
Owner: LDS [...] cpan.org
Requestors: heiko [...] wecos.de
Cc:
AdminCc:

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



Subject: warning about uninitialized value if using upload hook
Fix: *** CGI.pm.orig Fri Aug 24 15:35:49 2007 --- CGI.pm Fri Aug 24 15:36:43 2007 *************** *** 3381,3387 **** my ($data); local($\) = ''; ! my $totalbytes; while (defined($data = $buffer->read)) { if (defined $self->{'.upload_hook'}) { --- 3381,3387 ---- my ($data); local($\) = ''; ! my $totalbytes=0; while (defined($data = $buffer->read)) { if (defined $self->{'.upload_hook'}) {
Thanks! This will be fixed in the next release.