mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
90c2a9ad81
PR: 70361 Submitted by: skv
10 lines
419 B
Plaintext
10 lines
419 B
Plaintext
File::Temp is a Perl5 module which 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 (e.g. making
|
|
sure the sticky bit is set on world writeable temp directories).
|
|
|
|
Author: Tim Jenness <t.jenness@jach.hawaii.edu>
|
|
WWW: http://search.cpan.org/dist/File-Temp/
|
|
|
|
-- Johann Visagie <johann@egenetics.com>
|