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 :)