Change 11881 by jhi@alpha on 2001/09/05 12:21:44
The MacOS reference is okay, no reason to hide it.
Affected files ...
... //depot/perl/lib/Cwd.pm#46 edit
Differences ...
==== //depot/perl/lib/Cwd.pm#46 (text) ====
Index: perl/lib/Cwd.pm
--- perl/lib/Cwd.pm.~1~ Wed Sep 5 06:30:05 2001
+++ perl/lib/Cwd.pm Wed Sep 5 06:30:05 2001
@@ -122,8 +122,6 @@
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 @@
calls `pwd`. Likewise, the C<abs_path()> function is an alias for
C<fast_abs_path()>.
-=end _private
-
=back
=head1 SEE ALSO
End of Patch.