Subject: | operate on IO handles |
It would be nice if this module could operate on file handles
or more specifically IO objects.
If you already have a structure in memory (like Archive::Tar)
you have to extract the files to disk in order to apply this module to
them instead of being able to use what you already have in memory.
It would be nice to be able to pass an IO::String instead of having to
write a temp file to the hard drive first.