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: 28.fc43 | Build date: Fri Jul 25 11:48:01 2025 |
Group: Unspecified | Build host: buildvm-a64-12.rdu3.fedoraproject.org |
Size: 22959 | Source RPM: perl-Cwd-Guard-0.05-28.fc43.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
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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, Fri Aug 1 00:40:41 2025