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: 15500
Status: resolved
Priority: 0/
Queue: CGI

People
Owner: LDS [...] cpan.org
Requestors: KAPPA [...] cpan.org
Cc:
AdminCc:

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



Subject: CGI::DESTROY closes all filehandles from `upload'
Subject pretty much says it all. Code like this: my @files = dig_filehandles(new CGI); ...does not work any more because temporary CGI object closes saved filehandles on destruction. This is kind of action on a distance and is IMHO evil.