I'm inheriting from a module that uses IO::File to create temporary files using the new_tmpfile method.
In my case, I will almost always want to keep the file. I know it's simple enough to copy the files but I'd like to avoid the IO if it isn't neccassary. Is there a way for my to link the unlinked filehandle to a file name?