SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Cwd-Guard rpm build for : Fedora 39. For other distributions click perl-Cwd-Guard.

Name : perl-Cwd-Guard
Version : 0.05 Vendor : Fedora Project
Release : 23.fc39 Date : 2023-07-20 22:39:56
Group : Unspecified Source RPM : perl-Cwd-Guard-0.05-23.fc39.src.rpm
Size : 0.02 MB
Packager : Fedora Project
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: /vol/rzm3/linux-fedora-buffet/linux/releases/39/Everything/aarch64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Cwd-Guard-0.05-23.fc39.noarch.rpm
ftp.icm.edu.pl  perl-Cwd-Guard-0.05-23.fc39.noarch.rpm
ftp.icm.edu.pl  perl-Cwd-Guard-0.05-23.fc39.noarch.rpm
ftp.icm.edu.pl  perl-Cwd-Guard-0.05-23.fc39.noarch.rpm
     

Provides :
perl(Cwd::Guard)
perl-Cwd-Guard

Requires :
perl(Exporter)
perl(constant)
perl(if)
perl(parent)
perl(strict)
perl(warnings)
perl-libs
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Cwd-Guard
/usr/share/doc/perl-Cwd-Guard/Changes
/usr/share/doc/perl-Cwd-Guard/README.md
/usr/share/licenses/perl-Cwd-Guard
/usr/share/licenses/perl-Cwd-Guard/LICENSE
/usr/share/man/man3/Cwd::Guard.3pm.gz
/usr/share/perl5/vendor_perl/Cwd
/usr/share/perl5/vendor_perl/Cwd/Guard.pm

 
ICM