| 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: 21.el10_0 | Build date: Fri Aug 23 15:45:47 2024 | 
| Group: Unspecified | Build host: buildhw-x86-05.iad2.fedoraproject.org | 
| Size: 22923 | Source RPM: perl-Cwd-Guard-0.05-21.el10_0.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 Jan 13 2023 Paul Howarth <paul@city-fan.org> - 0.05-21 - Use SPDX-format license tag * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-19 - Perl 5.36 rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-16 - Perl 5.34 rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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 Oct 31 09:26:34 2025