Skip Menu |

This queue is for tickets about the File-Temp CPAN distribution.

Report information
The Basics
Id: 70224
Status: resolved
Priority: 0/
Queue: File-Temp

People
Owner: Nobody in particular
Requestors: redneb [...] gmx.com
Cc:
AdminCc:

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



Subject: tempfile fails on FUSE filesystems
Date: Fri, 12 Aug 2011 01:36:11 -0400
To: bug-File-Temp [...] rt.cpan.org
From: redneb [...] gmx.com
If the temporary directory resides in some FUSE filesystem then tempfile fails. Here's an example: $ TMPDIR="/fuse" perl -e 'use File::Temp qw(tempfile); tempfile' This will fail with the following error message: Error unlinking file /fuse/_ZbIQC68Ti using unlink0 at -e line 1
This should be fixed by the patch that addresses #82720