From db18b8548e5850f3218309c0a0f0f9c2e5bca868 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Sat, 25 Nov 2000 04:49:04 +0000 Subject: [PATCH] Update to V0.11 svn path=/trunk/perlmods/; revision=447 --- ChangeLog | 10 ++++++++++ README | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e67c292..17dcdd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2000-11-24 Tim Jenness + --- RELEASE V0.11 ---- + + * t/tempfile.t: Add a test to make sure the file is present after + close and another to use tempfile in a scalar context. + + * Temp.pm: Fix bug on NT with O_TEMPORARY causing the file to be + removed before the program exits. + + ---- RELEASE V0.10 ---- + * Temp.pm: Incorporate fixes up to bleedperl 7825. Cross platform fixes. diff --git a/README b/README index c0f247a..d49fbf0 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ File::Temp - provides functions for generating temporary files -This is release V0.09 of File::Temp. This module can be used to +This is release V0.11 of File::Temp. This module can be used to generate temporary files (providing a filename and filehandle) or directories. Possible race conditions are avoided and some security checks are performed (eg making sure the sticky bit is set on world writeable temp directories).