Fedora 21 Update: perl-Cwd-Guard-0.04-2.fc21

updates at fedoraproject.org updates at fedoraproject.org
Tue Oct 14 04:45:48 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-12345
2014-10-08 17:48:08
--------------------------------------------------------------------------------

Name        : perl-Cwd-Guard
Product     : Fedora 21
Version     : 0.04
Release     : 2.fc21
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:

This is the first Fedora/EPEL release of perl-Cwd-Guard.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1150113 - Review Request: perl-Cwd-Guard - Temporarily change the current directory
        https://bugzilla.redhat.com/show_bug.cgi?id=1150113
--------------------------------------------------------------------------------

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 http://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