Name: | perl-File-pushd |
---|---|
Version: | 1.014 |
Release: | 6.module+el8.3.0+7731+06beb5a7 |
Architecture: | noarch |
Module: | perl-App-cpanminus:1.7044:820181214184336:3d01f7c8 perl-App-cpanminus:1.7044:8010020190322100642:3d01f7c8 perl-App-cpanminus:1.7044:8030020200313075600:3d01f7c8 perl-App-cpanminus:1.7044:8060020211122110049:3d01f7c8 |
Group: | Unspecified |
Size: | 36147 |
License: | ASL 2.0 |
RPM: | perl-File-pushd-1.014-6.module+el8.3.0+7731+06beb5a7.noarch.rpm |
Source RPM: | perl-File-pushd-1.014-6.module+el8.3.0+7731+06beb5a7.src.rpm |
Build Date: | Tue Aug 11 2020 |
Build Host: | jenkins-10-147-72-125-f194bbfc-682a-4b1f-a1b7-5c2987d1423b.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/File-pushd/ |
Summary: | Change directory temporarily for a limited scope |
Description: | 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. |