[ol9_codeready_builder] perl-File-chdir-0.1011-16.el9.noarch

Name:perl-File-chdir
Version:0.1011
Release:16.el9
Architecture:noarch
Group:Unspecified
Size:46996
License:GPL+ or Artistic
RPM: perl-File-chdir-0.1011-16.el9.noarch.rpm
Source RPM: perl-File-chdir-0.1011-16.el9.src.rpm
Build Date:Tue Jan 11 2022
Build Host:build-ol9-x86_64.oracle.com
Vendor:Oracle America
URL:https://metacpan.org/release/File-chdir
Summary:A more sensible way to change directories
Description:
Perl's chdir() has the unfortunate problem of being very, very, very
global. If any part of your program calls chdir() or if any library you
use calls chdir(), it changes the current working directory for the
whole program.

This is not good.

File::chdir gives you an alternative, $CWD and @CWD. These two variables
combine all the power of chdir(), File::Spec and Cwd.

Filelist (Show Changelog) (Show related packages)