Wed, 05 Jun 2024 15:52:26 UTC | login

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

ID49997
Package Nameperl-File-chdir
Version0.1011
Release6.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, 12 Jul 2018 19:17:21 UTC
CompletedThu, 12 Jul 2018 19:17:21 UTC
Tags
f29
RPMs
src
perl-File-chdir-0.1011-6.fc29.src.rpm (info) (download)
noarch
perl-File-chdir-0.1011-6.fc29.noarch.rpm (info) (download)
Changelog * 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