Subject: | Make filehandle from upload() act like an IO::Handle |
I discovered that I cannot use a filehandle returned by upload() in
Archive::Zip::readFromFileHandle. The problem seems to be that the
filehandle returned is neither a mere file glob nor a IO::Handle based
object and does not understand most IO::Handle methods.
It would be nice if upload() would return an IO::Handle or IO::File instead
of the lightweight Fh, or, maybe safer in terms of backward compatibility,
implement all of the missing methods (which could be autoloaded).
Regards,
Slaven