Subject: | Request to unlink temp files used when autoprereq.t is run. |
Hello and thanks for Perl::PrereqScanner 0.101480,
I noticed in t/autoprereq.t the temp files being created are not being
unlinked:
t/autoprereq.t
38c38
< my ($fh, $filename) = tempfile();
---
Show quoted text
> my ($fh, $filename) = tempfile( UNLINK => 1 );
Cheers,
Peter (Stig) Edwards