The MacOS reference is okay, no reason to hide it.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 5 Sep 2001 12:21:44 +0000 (12:21 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 5 Sep 2001 12:21:44 +0000 (12:21 +0000)
p4raw-id: //depot/perl@11881

lib/Cwd.pm

index 16c5f07..79725d1 100644 (file)
@@ -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