https://bugzilla.redhat.com/show_bug.cgi?id=1150113
Bug ID: 1150113
Summary: Review Request: perl-Cwd-Guard - Temporarily change
the current directory
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL:
http://subversion.city-fan.org/repos/cfo-repo/perl-Cwd-Guard/branches/fedora/perl-Cwd-Guard.spec
SRPM URL:
http://www.city-fan.org/~paul/extras/perl-Cwd-Guard/perl-Cwd-Guard-0.04-2.fc22.src.rpm
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
Fedora Account System Username: pghmcfc
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review