Paketname | libfile-pushd-perl |
Beschreibung | change directory temporarily for a limited scope |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.00-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 10450 Byte |
Prüfsumme MD5 | aa13bcd1e5ec06e3c3822a6bb59b77e6 |
Prüfsumme SHA1 | 54a1d488c9be1e4fb63865d8e47de4bb1a547243 |
Prüfsumme SHA256 | c862213ef8491e0f19d2d323c3ed32cec94aa523a0b4752bef68f86126a56167 |
Link zum Herunterladen | libfile-pushd-perl_1.00-1_all.deb |
Ausführliche Beschreibung | File::pushd does a temporary chdir that is easily and automatically reverted,
similar to pushd in some Unix command shells. It works by creating an object
that caches the original working directory. When the object is destroyed, the
destructor calls chdir to revert to the original working directory. By
storing the object in a lexical variable with a limited scope, this happens
automatically at the end of the scope.
.
This is very handy when working with temporary directories for tasks like
testing; a function is provided to streamline getting a temporary directory
from File::Temp.
|