Name : perl-Cwd-Guard
| |
Version : 0.04
| Vendor : obs://build_opensuse_org/home:matthewdva
|
Release : 2.8
| Date : 2017-09-30 10:32:03
|
Group : Unspecified
| Source RPM : perl-Cwd-Guard-0.04-2.8.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
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
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/matthewdva:/epel:/el7/CentOS_7/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Cwd::Guard)
perl-Cwd-Guard
Requires :