Subject: | Mail::DKIM::PrivateKey does not close FILE |
Storing a file handle in a lexical variable will cause the file handle to be automatically closed when the variable goes out of scope. Named file handles do not have this feature and must be explicitly closed when no longer needed.