Wed, 05 Jun 2024 18:49:06 UTC | login

Information for build perl-File-chdir-0.1011-7.fc29

ID53552
Package Nameperl-File-chdir
Version0.1011
Release7.fc29
Epoch
SummaryA more sensible way to change directories
DescriptionPerl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the whole program. This is not good. File::chdir gives you an alternative, $CWD and @CWD. These two variables combine all the power of chdir(), File::Spec and Cwd.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 19 Jul 2018 00:34:58 UTC
CompletedThu, 19 Jul 2018 00:34:58 UTC
Tags
f29
f30
f31
RPMs
src
perl-File-chdir-0.1011-7.fc29.src.rpm (info) (download)
noarch
perl-File-chdir-0.1011-7.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1011-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.1011-6 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1011-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1011-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.1011-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1011-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 0.1011-1 - Update to 0.1011 - Fixed POD typos - Package CONTRIBUTING.mkdn - Update to working source URL, unfortunately author-specific - Drop redundant Group: tag - Expand %description - Make %files list more explicit