Name: | rh-perl530-perl-File-pushd |
---|---|
Version: | 1.016 |
Release: | 7.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 36612 |
License: | ASL 2.0 |
RPM: | rh-perl530-perl-File-pushd-1.016-7.el7.noarch.rpm |
Source RPM: | rh-perl530-perl-File-pushd-1.016-7.el7.src.rpm |
Build Date: | Wed Dec 09 2020 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/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. |
- SCL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Update to 1.016 - Directories created with tempd will only be cleaned up by the PID that created them, not by forked children - Switch upstream from search.cpan.org to metacpan.org
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild