Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Perl-PrereqScanner CPAN distribution.

Report information
The Basics
Id: 59121
Status: resolved
Priority: 0/
Queue: Perl-PrereqScanner

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.101480
Fixed in: (no value)



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
thanks for the report - fixed in 0.101890