diff options
Diffstat (limited to 'devel/p5-Cwd/pkg-descr')
-rw-r--r-- | devel/p5-Cwd/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-Cwd/pkg-descr b/devel/p5-Cwd/pkg-descr new file mode 100644 index 000000000000..7a7b5f408607 --- /dev/null +++ b/devel/p5-Cwd/pkg-descr @@ -0,0 +1,10 @@ +Cwd - get pathname of current working directory + +This module provides functions for determining the pathname of the current +working directory. It is recommended that getcwd (or another *cwd() function) +be used in all code to ensure portability. + +By default, it exports the functions cwd(), getcwd(), fastcwd(), and +fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace. + +WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm |