p5-File-Tempdir

object oriented interface to File::Temp::tempdir()

WWW CVSWeb GITHub
  1. Package version
    p5-File-Tempdir-0.02p1
  2. Maintainer
    The OpenBSD ports mailing-list

This module provide an object interface to tempdir() from File::Temp.
This allows to destroy the temporary directory as soon you don't need it
anymore using the magic DESTROY() function automatically call be perl
when the object is no longer reference.

If a value is passed to at object creation, it become only a container
allowing to keep same code in your function.