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

perl-Cwd-Guard-0.04-2.el7 RPM for noarch

From EPEL 7 for ppc64 / Packages / p

Name: perl-Cwd-Guard Distribution: Fedora Project
Version: 0.04 Vendor: Fedora Project
Release: 2.el7 Build date: Tue Oct 7 21:38:19 2014
Group: Unspecified Build host: buildvm-15.phx2.fedoraproject.org
Size: 23817 Source RPM: perl-Cwd-Guard-0.04-2.el7.src.rpm
Packager: Fedora Project
Url: http://search.cpan.org/dist/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+ or Artistic

Changelog

* Tue Oct 07 2014 Paul Howarth <paul@city-fan.org> - 0.04-2
  - Sanitize for Fedora submission
* Sat Oct 04 2014 Paul Howarth <paul@city-fan.org> - 0.04-1
  - Initial RPM version

Files

/usr/share/doc/perl-Cwd-Guard-0.04
/usr/share/doc/perl-Cwd-Guard-0.04/Changes
/usr/share/doc/perl-Cwd-Guard-0.04/README.md
/usr/share/licenses/perl-Cwd-Guard-0.04
/usr/share/licenses/perl-Cwd-Guard-0.04/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 13:55:58 2024