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-25.fc40 RPM for noarch

From Fedora Rawhide for s390x / p

Name: perl-Cwd-Guard Distribution: Fedora Project
Version: 0.05 Vendor: Fedora Project
Release: 25.fc40 Build date: Thu Jan 25 16:19:19 2024
Group: Unspecified Build host: buildvm-a64-38.iad2.fedoraproject.org
Size: 22922 Source RPM: perl-Cwd-Guard-0.05-25.fc40.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

* 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
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-23
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* 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

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 30 02:05:04 2024