-------------------------------------------------------------------------------- Fedora EPEL Update Notification FEDORA-EPEL-2019-18a3a337bd 2019-11-02 04:06:58.405776 --------------------------------------------------------------------------------
Name : perl-Cwd-Guard Product : Fedora EPEL 8 Version : 0.05 Release : 11.el8 URL : https://metacpan.org/release/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 EPEL-8 build of perl-Module-Build-XSUtil and its build dependencies. --------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use su -c 'yum update perl-Cwd-Guard' at the command line. For more information, refer to "YUM", available at https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7%5C /html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys --------------------------------------------------------------------------------
epel-package-announce@lists.fedoraproject.org