On Jan 30, 2011, at 12:53 AM, Jean VĂ©ronis wrote:
I have been annoyed by the pod2html command in the Perl bundle. It leaves unwanted files pod2htmd.tmp pod2htmi.tmp in the file directories.
Fixed it this way:
pod2html 2>/dev/null rm pod2htmd.tmp pod2htmi.tmp
Could be useful for others (if you see bnasty side effect, please let me know).
Just pushed this change, thanks.