Skip Menu |

This queue is for tickets about the Archive-Zip CPAN distribution.

Report information
The Basics
Id: 89777
Status: resolved
Priority: 0/
Queue: Archive-Zip

People
Owner: Nobody in particular
Requestors: PHRED [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.30
Fixed in: 1.32



491 sub tempFile { 492 my $dir = ( ref( $_[0] ) eq 'HASH' ) ? shift->{tempDir} : shift; 493 my ( $fh, $filename ) = File::Temp::tempfile( 494 SUFFIX => '.zip', 495 UNLINK => 0, # we will delete it! This should be UNLINK => 1. Happy to fix this and release an update if you see me fit to have COMAINT :)
From: dsteinbrunner [...] pobox.com
On Fri Oct 25 14:16:03 2013, PHRED wrote: Show quoted text
> 491 sub tempFile { > 492 my $dir = ( ref( $_[0] ) eq 'HASH' ) ? shift->{tempDir} : > shift; > 493 my ( $fh, $filename ) = File::Temp::tempfile( > 494 SUFFIX => '.zip', > 495 UNLINK => 0, # we will delete it! > > This should be UNLINK => 1. Happy to fix this and release an update if > you see me fit to have COMAINT :)
I believe this can be closed now
Resolved in 1.32