Skip Menu |

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

Report information
The Basics
Id: 129027
Status: resolved
Priority: 0/
Queue: File-Slurp

People
Owner: cwhitener [...] gmail.com
Requestors: user42_kevin [...] yahoo.com.au
Cc:
AdminCc:

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



Subject: docs atomic temp filename
Date: Fri, 05 Apr 2019 16:20:42 +1100
To: bug-File-Slurp [...] rt.cpan.org
From: Kevin Ryde <user42_kevin [...] yahoo.com.au>
File::Slurp version 9999.26 docs under "atomic" says A temporary file name is created by appending the pid ($$) to the file name argument and that file is spewed to. But does the use of tempfile() now make it instead like tempXXXXXX, with the various random gambits of tempfile()?
Hi Kevin, Yes, it now uses File::Temp and all of its methods of ensuring we're getting a temporary filename that won't break anything. I've updated the documentation as I forgot to do that earlier. Thank you and version 9999.27 should be hitting all of the CPAN mirrors soon. -- Chase