Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Cwd-Guard-0.05-22.fc38 RPM for noarch

From Fedora 38 for x86_64 / p

Name: perl-Cwd-Guard Distribution: Fedora Project
Version: 0.05 Vendor: Fedora Project
Release: 22.fc38 Build date: Fri Jan 20 03:07:16 2023
Group: Unspecified Build host: buildvm-a64-20.iad2.fedoraproject.org
Size: 22921 Source RPM: perl-Cwd-Guard-0.05-22.fc38.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

Provides

Requires

License

GPL-1.0-or-later OR Artistic-1.0-Perl

Changelog

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-22
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* 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

Files

/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, Tue Apr 9 22:26:30 2024