diff options
author | Olaf Flebbe <o.flebbe@science-computing.de> | 2000-11-19 20:33:30 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-20 01:58:11 +0000 |
commit | fa6a1c441b7e2c8c5e7ee1e3836a41fc8a364e89 (patch) | |
tree | 551cec2742d1066daac417e04c5e1e00811b967e /lib/Cwd.pm | |
parent | 07d29b54c8a15c0fd1ebf8765665546568dfb928 (diff) | |
download | perl-fa6a1c441b7e2c8c5e7ee1e3836a41fc8a364e89.tar.gz |
[perl 7711: EPOC] updates
Message-ID: <25575.974658810@www23.gmx.net>
p4raw-id: //depot/perl@7758
Diffstat (limited to 'lib/Cwd.pm')
-rw-r--r-- | lib/Cwd.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm index 727959132c..1ed603b9f5 100644 --- a/lib/Cwd.pm +++ b/lib/Cwd.pm @@ -408,7 +408,8 @@ sub _epoc_cwd { *abs_path = \&fast_abs_path; } elsif ($^O eq 'epoc') { - *getcwd = \&_epoc_cwd; + *cwd = \&_epoc_cwd; + *getcwd = \&_epoc_cwd; *fastgetcwd = \&_epoc_cwd; *fastcwd = \&_epoc_cwd; *abs_path = \&fast_abs_path; |