slack-desc 1.1 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. perl-File-pushd: perl-File-pushd (change directory temporarily for a limited scope)
  9. perl-File-pushd:
  10. perl-File-pushd: File::pushd does a temporary chdir that is easily and automatically
  11. perl-File-pushd: reverted, similar to pushd in some Unix command shells. It works by
  12. perl-File-pushd: creating an object that caches the original working directory. When
  13. perl-File-pushd: the object is destroyed, the destructor calls chdir to revert to the
  14. perl-File-pushd: original working directory. By storing the object in a lexical
  15. perl-File-pushd: variable with a limited scope, this happens automatically at the end
  16. perl-File-pushd: of the scope.
  17. perl-File-pushd:
  18. perl-File-pushd: