Fedora 24 Update: perl-Cwd-Guard-0.05-1.fc24

updates at fedoraproject.org updates at fedoraproject.org
Mon Apr 18 17:36:05 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-0698754d90
2016-04-18 17:24:04.550269
--------------------------------------------------------------------------------

Name        : perl-Cwd-Guard
Product     : Fedora 24
Version     : 0.05
Release     : 1.fc24
URL         : http://search.cpan.org/dist/Cwd-Guard/
Summary     : Temporarily change the current directory
Description :
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

--------------------------------------------------------------------------------
Update Information:

Current upstream maintenance release.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update perl-Cwd-Guard' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list