projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0492935
)
The MacOS reference is okay, no reason to hide it.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 5 Sep 2001 12:21:44 +0000
(12:21 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 5 Sep 2001 12:21:44 +0000
(12:21 +0000)
p4raw-id: //depot/perl@11881
lib/Cwd.pm
patch
|
blob
|
history
diff --git
a/lib/Cwd.pm
b/lib/Cwd.pm
index
16c5f07
..
79725d1
100644
(file)
--- a/
lib/Cwd.pm
+++ b/
lib/Cwd.pm
@@
-122,8
+122,6
@@
Since the path seperators are different on some operating systems ('/'
on Unix, ':' on MacPerl, etc...) we recommend you use the File::Spec
modules wherever portability is a concern.
-=begin _private
-
=item *
Actually, on Mac OS, the C<getcwd()>, C<fastgetcwd()> and C<fastcwd()>
@@
-131,8
+129,6
@@
functions are all aliases for the C<cwd()> function, which, on Mac OS,
calls `pwd`. Likewise, the C<abs_path()> function is an alias for
C<fast_abs_path()>.
-=end _private
-
=back
=head1 SEE ALSO