summaryrefslogtreecommitdiff
path: root/lib/Cwd.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-05 12:21:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-05 12:21:44 +0000
commita60299adcfec24c254392ea74d545f131d3e4209 (patch)
treeeeaf6e87c4d9bac5a309eca4e622e92fc24461d0 /lib/Cwd.pm
parent04929354e4af790d6b9d9b248b1d74e8ff8506df (diff)
downloadperl-a60299adcfec24c254392ea74d545f131d3e4209.tar.gz
The MacOS reference is okay, no reason to hide it.
p4raw-id: //depot/perl@11881
Diffstat (limited to 'lib/Cwd.pm')
-rw-r--r--lib/Cwd.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Cwd.pm b/lib/Cwd.pm
index 16c5f07324..79725d1f21 100644
--- 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