Skip to content

Commit

Permalink
Update to V0.11
Browse files Browse the repository at this point in the history
svn path=/trunk/perlmods/; revision=447
  • Loading branch information
timj committed Nov 25, 2000
1 parent f10ca79 commit db18b85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
@@ -1,5 +1,15 @@
2000-11-24 Tim Jenness <timj@jach.hawaii.edu>

--- 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.

Expand Down
2 changes: 1 addition & 1 deletion 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).
Expand Down

0 comments on commit db18b85

Please sign in to comment.