diff options
author | markm <markm@FreeBSD.org> | 1999-05-02 15:18:32 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-05-02 15:18:32 +0000 |
commit | 8742766878414945d0cecb1457129302fabddd85 (patch) | |
tree | 33096f1dfde39267745e30df4ef65012c7888850 /contrib/perl5/lib/Cwd.pm | |
parent | 4418c9ba633b0e845402d78aa862b0cdfc10741f (diff) | |
download | FreeBSD-src-8742766878414945d0cecb1457129302fabddd85.zip FreeBSD-src-8742766878414945d0cecb1457129302fabddd85.tar.gz |
Merge conflicts. More elegant improvements will follow in a couple
of days.
Diffstat (limited to 'contrib/perl5/lib/Cwd.pm')
-rw-r--r-- | contrib/perl5/lib/Cwd.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/lib/Cwd.pm b/contrib/perl5/lib/Cwd.pm index 28361b7..fa6e736 100644 --- a/contrib/perl5/lib/Cwd.pm +++ b/contrib/perl5/lib/Cwd.pm @@ -32,7 +32,7 @@ The getcwd() function re-implements the getcwd(3) (or getwd(3)) functions in Perl. The abs_path() function takes a single argument and returns the -absolute pathname for that argument. It uses the same algoritm as +absolute pathname for that argument. It uses the same algorithm as getcwd(). (actually getcwd() is abs_path(".")) The fastcwd() function looks the same as getcwd(), but runs faster. @@ -269,7 +269,7 @@ sub fast_abs_path { # --- PORTING SECTION --- # VMS: $ENV{'DEFAULT'} points to default directory at all times -# 06-Mar-1996 Charles Bailey bailey@genetics.upenn.edu +# 06-Mar-1996 Charles Bailey bailey@newman.upenn.edu # Note: Use of Cwd::chdir() causes the logical name PWD to be defined # in the process logical name table as the default device and directory # seen by Perl. This may not be the same as the default device |