Wed, 12 Jun 2024 18:13:32 UTC | login

Information for build perl-File-pushd-1.016-3.fc29

ID53554
Package Nameperl-File-pushd
Version1.016
Release3.fc29
Epoch
SummaryChange directory temporarily for a limited scope
DescriptionFile::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.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 00:35:10 UTC
CompletedThu, 19 Jul 2018 00:35:10 UTC
Tags
f29
f30
f31
RPMs
src
perl-File-pushd-1.016-3.fc29.src.rpm (info) (download)
noarch
perl-File-pushd-1.016-3.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.016-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.016-2 - Perl 5.28 rebuild * Mon May 21 2018 Paul Howarth <paul@city-fan.org> - 1.016-1 - 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 * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.014-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.014-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.014-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.014-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 1.014-1 - Update to 1.014 - pushd/tempd warn if called in void context (GH#9) - Fixed test failures on some 5.8 perls - Simplify find command using -delete - Use features from recent EUMM to simplify %install - Use %license - Drop redundant Group: tag - Make %files list more explicit