summaryrefslogtreecommitdiff
path: root/devel/p5-File-Tempdir/DESCR
blob: 981244d976fba5d1b5d8903154ef521a19820b38 (plain)
1
2
3
4
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.