Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Cwd-Guard | Distribution: Fedora Project |
Version: 0.05 | Vendor: Fedora Project |
Release: 26.fc41 | Build date: Sat Jul 20 02:57:10 2024 |
Group: Unspecified | Build host: buildvm-s390x-05.s390.fedoraproject.org |
Size: 22960 | Source RPM: perl-Cwd-Guard-0.05-26.fc41.src.rpm |
Packager: Fedora Project | |
Url: https://metacpan.org/release/Cwd-Guard | |
Summary: Temporarily change the current directory |
Cwd::Guard can change the current directory (chdir) using a limited scope. use Cwd::Guard qw/cwd_guard/; use Cwd; my $dir = getcwd; MYBLOCK: { my $guard = cwd_guard('/tmp/xxxxx') or die "failed chdir: $Cwd::Guard::Error"; ... # chdir to /tmp/xxxxx } ... # back to $dir
GPL-1.0-or-later OR Artistic-1.0-Perl
* Thu Jul 18 2024 Fedora Release Engineering <[email protected]> - 0.05-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 0.05-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 0.05-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <[email protected]> - 0.05-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.05-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jan 13 2023 Paul Howarth <[email protected]> - 0.05-21 - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.05-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/perl-Cwd-Guard /usr/share/doc/perl-Cwd-Guard/Changes /usr/share/doc/perl-Cwd-Guard/README.md /usr/share/licenses/perl-Cwd-Guard /usr/share/licenses/perl-Cwd-Guard/LICENSE /usr/share/man/man3/Cwd::Guard.3pm.gz /usr/share/perl5/vendor_perl/Cwd /usr/share/perl5/vendor_perl/Cwd/Guard.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 05:57:41 2024