Name: | perl-File-pushd |
---|---|
Version: | 1.005 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 32264 |
License: | ASL 2.0 |
RPM: | perl-File-pushd-1.005-2.el7.noarch.rpm |
Source RPM: | perl-File-pushd-1.005-2.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.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. |
- Mass rebuild 2013-12-27
- 1.005 bump
- 1.004 bump
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- 1.003 bump
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- 1.002 bump
- 1.001 bump - Remove now obsolete BuildRoot and defattr - Migrate to EE::MM - Correct BR