Skip to main content


Temporarily change current working directory, return safely.

Changes for 0.02 - 2023-12-14

  • pushd(): Skip opendir() if fchdir() is absent as we can't use the handle.
  • pushd(): Use File::Spec->curdir() instead of "." for opendir().
  • Minor optimizations.
  • POD improvements.