[ol8_codeready_builder] perl-File-chdir-0.1011-5.el8.noarch

Name:perl-File-chdir
Version:0.1011
Release:5.el8
Architecture:noarch
Group:Unspecified
Size:46993
License:GPL+ or Artistic
RPM: perl-File-chdir-0.1011-5.el8.noarch.rpm
Source RPM: perl-File-chdir-0.1011-5.el8.src.rpm
Build Date:Mon Apr 29 2019
Build Host:ca-build101.us.oracle.com
Vendor:Oracle America
URL:http://search.cpan.org/dist/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.

Related Packages (Show Changelog) (Show Filelist)