Fri Aug 12 01:36:23 2011redneb [...] gmx.com - Ticket created
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
Wed Feb 06 20:46:35 2013dagolden [...] cpan.org - Reference to ticket #82720 added
Wed Feb 06 20:46:54 2013dagolden [...] cpan.org - Correspondence added
This should be fixed by the patch that addresses #82720
Wed Feb 06 20:46:55 2013The RT System itself - Status changed from 'new' to 'open'
Wed Feb 06 20:46:55 2013dagolden [...] cpan.org - Status changed from 'open' to 'resolved'