mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
5 lines
280 B
Plaintext
5 lines
280 B
Plaintext
The module provides an object interface for function tempdir() from
|
|
Perl module File::Temp. This allows to destroy the temporary directory
|
|
as soon as it is not needed anymore using the magic DESTROY() function
|
|
automatically called by perl when the object is no longer referenced.
|